Color Hex Logo

#c04cde Color Hex

#C04CDE
(192,76,222)
0 Favorites   0 Comments

Color spaces of #c04cde

RGB 19276222
HSL0.800.690.58
HSV288°66°87°
CMYK 0.140.660.00   0.13
XYZ37.507521.649371.3091
Yxy21.64930.28750.1659
Hunter Lab46.528862.4658-58.2965
CIE-Lab53.652966.5161-53.5922

#c04cde color RGB value is (192,76,222).

#c04cde hex color red value is 192, green value is 76 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c04cde hue: 0.80 , saturation: 0.69 and the lightness value of c04cde is 0.58.

The process color (four color CMYK) of #c04cde color hex is 0.14, 0.66, 0.00, 0.13. Web safe color of #c04cde is #cc33cc. Color #c04cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 11011110
Octal 300 114 336
Decimal 192 76 222
Hex C0 4C DE

RGB Percentages of Color #c04cde

%39.18
%15.51
%45.31

CMYK Percentages of Color #c04cde

%14
%66
%0
%13

Triadic Colors of #c04cde

#c04cde #dec04c #4cdec0

Analogous Colors of #c04cde

#c04cde #de4cb3 #774cde

Monochromatic Colors of #c04cde

#c04cde

Complementary Color

#c04cde #6ade4c

#c04cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04cde Color CSS Codes

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

#c04cde Text Font Color

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

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


#c04cde Background Color

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

This div background color is #c04cde


#c04cde Border Color

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

This div border color is #c04cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04cde


Comments

No comments written yet.

Please login to write comment.