Color Hex Logo

#c06fe9 Color Hex

#C06FE9
(192,111,233)
0 Favorites   0 Comments

Color spaces of #c06fe9

RGB 192111233
HSL0.780.730.67
HSV280°52°91°
CMYK 0.180.520.00   0.09
XYZ42.130628.458580.3633
Yxy28.45850.27910.1885
Hunter Lab53.346547.6146-51.9743
CIE-Lab60.300752.3499-49.1905

#c06fe9 color RGB value is (192,111,233).

#c06fe9 hex color red value is 192, green value is 111 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #c06fe9 hue: 0.78 , saturation: 0.73 and the lightness value of c06fe9 is 0.67.

The process color (four color CMYK) of #c06fe9 color hex is 0.18, 0.52, 0.00, 0.09. Web safe color of #c06fe9 is #cc66ff. Color #c06fe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101111 11101001
Octal 300 157 351
Decimal 192 111 233
Hex C0 6F E9

RGB Percentages of Color #c06fe9

%35.82
%20.71
%43.47

CMYK Percentages of Color #c06fe9

%18
%52
%0
%9

Triadic Colors of #c06fe9

#c06fe9 #e9c06f #6fe9c0

Analogous Colors of #c06fe9

#c06fe9 #e96fd5 #836fe9

Monochromatic Colors of #c06fe9

#c06fe9

Complementary Color

#c06fe9 #98e96f

#c06fe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06fe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06fe9 Color CSS Codes

.mybgcolor {background-color:#c06fe9; } 
.myforecolor {color:#c06fe9; }
.mybordercolor {border:3px solid #c06fe9; }

#c06fe9 Text Font Color

<p style="color:#c06fe9">Text here</p>

This sample text font color is #c06fe9
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c06fe9 Background Color

<div style="background-color:#c06fe9">
Div content here</div>

This div background color is #c06fe9


#c06fe9 Border Color

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

This div border color is #c06fe9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,111,233, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c06fe9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c06fe9;
  -webkit-box-shadow: 1px 1px 3px 2px #c06fe9;
  box-shadow:         1px 1px 3px 2px #c06fe9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,111,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c06fe9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c06fe9;
  -webkit-box-shadow: 1px 1px 3px 2px #c06fe9;
  box-shadow:         1px 1px 3px 2px #c06fe9;">
Div content here</div>

This div box has shadow with color #c06fe9


Comments

No comments written yet.

Please login to write comment.