Color Hex Logo

#c05cce Color Hex

#C05CCE
(192,92,206)
0 Favorites   0 Comments

Color spaces of #c05cce

RGB 19292206
HSL0.810.540.58
HSV293°55°81°
CMYK 0.070.550.00   0.19
XYZ36.706023.317060.9585
Yxy23.31700.30340.1927
Hunter Lab48.287751.1838-41.0465
CIE-Lab55.397456.3657-41.7381

#c05cce color RGB value is (192,92,206).

#c05cce hex color red value is 192, green value is 92 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c05cce hue: 0.81 , saturation: 0.54 and the lightness value of c05cce is 0.58.

The process color (four color CMYK) of #c05cce color hex is 0.07, 0.55, 0.00, 0.19. Web safe color of #c05cce is #cc66cc. Color #c05cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011100 11001110
Octal 300 134 316
Decimal 192 92 206
Hex C0 5C CE

RGB Percentages of Color #c05cce

%39.18
%18.78
%42.04

CMYK Percentages of Color #c05cce

%7
%55
%0
%19

Triadic Colors of #c05cce

#c05cce #cec05c #5ccec0

Analogous Colors of #c05cce

#c05cce #ce5ca3 #875cce

Monochromatic Colors of #c05cce

#c05cce

Complementary Color

#c05cce #6ace5c

#c05cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05cce Color CSS Codes

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

#c05cce Text Font Color

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

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


#c05cce Background Color

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

This div background color is #c05cce


#c05cce Border Color

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

This div border color is #c05cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05cce


Comments

No comments written yet.

Please login to write comment.