Color Hex Logo

#c04eaf Color Hex

#C04EAF
(192,78,175)
0 Favorites   0 Comments

Color spaces of #c04eaf

RGB 19278175
HSL0.860.480.53
HSV309°59°75°
CMYK 0.000.590.09   0.25
XYZ32.200519.750442.6725
Yxy19.75040.34030.2087
Hunter Lab44.441451.5616-25.8211
CIE-Lab51.553857.3801-29.8891

#c04eaf color RGB value is (192,78,175).

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

The process color (four color CMYK) of #c04eaf color hex is 0.00, 0.59, 0.09, 0.25. Web safe color of #c04eaf is #cc6699. Color #c04eaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01001110 10101111
Octal 300 116 257
Decimal 192 78 175
Hex C0 4E AF

RGB Percentages of Color #c04eaf

%43.15
%17.53
%39.33

CMYK Percentages of Color #c04eaf

%0
%59
%9
%25

Triadic Colors of #c04eaf

#c04eaf #afc04e #4eafc0

Analogous Colors of #c04eaf

#c04eaf #c04e76 #984ec0

Monochromatic Colors of #c04eaf

#c04eaf

Complementary Color

#c04eaf #4ec05f

#c04eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c04eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c04eaf Color CSS Codes

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

#c04eaf Text Font Color

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

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


#c04eaf Background Color

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

This div background color is #c04eaf


#c04eaf Border Color

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

This div border color is #c04eaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,78,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 #c04eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c04eaf


Comments

No comments written yet.

Please login to write comment.