Color Hex Logo

#c04caf Color Hex

#C04CAF
(192,76,175)
0 Favorites   0 Comments

Color spaces of #c04caf

RGB 19276175
HSL0.860.480.53
HSV309°60°75°
CMYK 0.000.600.09   0.25
XYZ32.060519.470542.6258
Yxy19.47050.34050.2068
Hunter Lab44.125452.4746-26.3873
CIE-Lab51.233258.2563-30.3885

#c04caf color RGB value is (192,76,175).

#c04caf hex color red value is 192, green value is 76 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c04caf hue: 0.86 , saturation: 0.48 and the lightness value of c04caf is 0.53.

The process color (four color CMYK) of #c04caf color hex is 0.00, 0.60, 0.09, 0.25. Web safe color of #c04caf is #cc3399. Color #c04caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001100 10101111
Octal 300 114 257
Decimal 192 76 175
Hex C0 4C AF

RGB Percentages of Color #c04caf

%43.34
%17.16
%39.50

CMYK Percentages of Color #c04caf

%0
%60
%9
%25

Triadic Colors of #c04caf

#c04caf #afc04c #4cafc0

Analogous Colors of #c04caf

#c04caf #c04c75 #974cc0

Monochromatic Colors of #c04caf

#c04caf

Complementary Color

#c04caf #4cc05d

#c04caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04caf Color CSS Codes

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

#c04caf Text Font Color

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

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


#c04caf Background Color

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

This div background color is #c04caf


#c04caf Border Color

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

This div border color is #c04caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04caf


Comments

No comments written yet.

Please login to write comment.