Color Hex Logo

#c06cea Color Hex

#C06CEA
(192,108,234)
0 Favorites   0 Comments

Color spaces of #c06cea

RGB 192108234
HSL0.780.750.67
HSV280°54°92°
CMYK 0.180.540.00   0.08
XYZ41.952127.872181.0106
Yxy27.87210.27810.1848
Hunter Lab52.794049.4532-54.0226
CIE-Lab59.773054.0854-50.5843

#c06cea color RGB value is (192,108,234).

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

The process color (four color CMYK) of #c06cea color hex is 0.18, 0.54, 0.00, 0.08. Web safe color of #c06cea is #cc66ff. Color #c06cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01101100 11101010
Octal 300 154 352
Decimal 192 108 234
Hex C0 6C EA

RGB Percentages of Color #c06cea

%35.96
%20.22
%43.82

CMYK Percentages of Color #c06cea

%18
%54
%0
%8

Triadic Colors of #c06cea

#c06cea #eac06c #6ceac0

Analogous Colors of #c06cea

#c06cea #ea6cd5 #816cea

Monochromatic Colors of #c06cea

#c06cea

Complementary Color

#c06cea #96ea6c

#c06cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c06cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c06cea Color CSS Codes

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

#c06cea Text Font Color

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

This sample text font color is #c06cea
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.


#c06cea Background Color

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

This div background color is #c06cea


#c06cea Border Color

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

This div border color is #c06cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c06cea


Comments

No comments written yet.

Please login to write comment.