COLOR #C05EF9

HEX: #C05EF9
RGB: (192,94,249)

Color info

#C05EF9 contains mainly red and blue colors. Web safe color of #C05EF9 is #CC66FF (or #C6F).

RGB color model

#C05EF9 color RGB value is (192,94,249).

  • red value is 192;
  • green value is 94;
  • blue value is 249.
RGB:
(192,94,249)
(75%,37%,98%)

RGB channels and saturation

R 192 of 255 = 75%
G 94 of 255 = 37%
B 249 of 255 = 98%

192
94
249

R + G + B ~ 70%. #C05EF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 94 + 249 = 535 (100%)
R 192 of 535 ~ 35.89%
G 94 of 535 ~ 17.57%
B 249 of 535 ~ 46.54%

%35.89
%17.57
%46.54

CMYK color model

#C05EF9 color CMYK value is (23,62,0,2).

  • cyan value is 22.89%
  • magenta value is 62.25%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(23,62,0,2)
C23M62Y0K2 
(23%,62%,0%,2%)
(0.23/0.62/0.00/0.02)	

CMYK percentages

%22.89
%62.25
%0
%2.35

Codes

Color #C05EF9 in popluar color models

C05EF9
RGB19294249
HSL278°92.81%67.25%
HSB/HSV278°62.25%97.65%
CMYK22.89%62.25%0.00%
2.35%

Color #C05EF9 in popluar number systems.

HEXC05EF9
Decimal19294249
Binary11000000101111011111001
Octal300136371

Shades and tints

Shades of #C05EF9

#C05EF9
(192,94,249)
#AF56E3
(175,86,227)
#9E4ECD
(158,78,205)
#8D46B7
(141,70,183)
#7C3EA1
(124,62,161)
#6B368B
(107,54,139)
#5A2E75
(90,46,117)
#49265F
(73,38,95)
#381E49
(56,30,73)
#271633
(39,22,51)
#160E1D
(22,14,29)
#000000
(0,0,0)

Tints of #C05EF9

#C05EF9
(192,94,249)
#C56CF9
(197,108,249)
#CA7AF9
(202,122,249)
#CF88F9
(207,136,249)
#D496F9
(212,150,249)
#D9A4F9
(217,164,249)
#DEB2F9
(222,178,249)
#E3C0F9
(227,192,249)
#E8CEF9
(232,206,249)
#EDDCF9
(237,220,249)
#F2EAF9
(242,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C05EF9 color. Also use rgb(192,94,249) instead hex code.

Text Font Color

.myTextColor { color: #C05EF9; }

<p style="color:#C05EF9">This sample text font color is #C05EF9.</p>

This text font color is #C05EF9.


Background Color

.myBgColor { background-color: #C05EF9; }

<div style="background-color:#C05EF9">Inner text</div>

This div background color is #C05EF9.


Border color

.myBorderColor { border: 1px solid #C05EF9; }

<div style="border:3px solid #C05EF9">Div</div>

This div border color is #C05EF9.


Opacity

.myOpacity80 { color: #C05EF9; opacity: 0.8; }

<p style="color:#C05EF9;opacity:0.8;">80%</p>

Text with #C05EF9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C05EF9;}

<p style="text-shadow: 3px 3px 1px #C05EF9">Text here.</p>

This text has shadow with #C05EF9 color.

.textShadow {text-shadow: 3px 3px 1px #C05EF9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C05EF9, 5px 5px 20px red">Text here.</p>

This text has shadow with #C05EF9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C05EF9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C05EF9, Direction=45, Strength=4)">Text</p>

This text has shadow with #C05EF9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C05EF9;
  -webkit-box-shadow:	1px 1px 3px 2px #C05EF9;
  box-shadow:		1px 1px 3px 2px #C05EF9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C05EF9;
-webkit-box-shadow: 1px 1px 3px 2px #C05EF9;
box-shadow:1px 1px 3px 2px #C05EF9;">
Div content here</div>
This div box has shadow with color #C05EF9.

Preview

Color preview on black background

This text has color #C05EF9 on black background.


Color preview on white background

This text has color #C05EF9 on white background.



Black color preview on #C05EF9 background

This text has black color on #C05EF9 background.


White color preview on #C05EF9 background

This text has white color on #C05EF9 background.