Color Hex Logo

#c05eaf Color Hex

#C05EAF
(192,94,175)
0 Favorites   0 Comments

Color spaces of #c05eaf

RGB 19294175
HSL0.860.440.56
HSV310°51°75°
CMYK 0.000.510.09   0.25
XYZ33.478822.307043.0986
Yxy22.30700.33860.2256
Hunter Lab47.230343.8753-21.0421
CIE-Lab54.351249.8750-25.5515

#c05eaf color RGB value is (192,94,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011110 10101111
Octal 300 136 257
Decimal 192 94 175
Hex C0 5E AF

RGB Percentages of Color #c05eaf

%41.65
%20.39
%37.96

CMYK Percentages of Color #c05eaf

%0
%51
%9
%25

Triadic Colors of #c05eaf

#c05eaf #afc05e #5eafc0

Analogous Colors of #c05eaf

#c05eaf #c05e7e #a05ec0

Monochromatic Colors of #c05eaf

#c05eaf

Complementary Color

#c05eaf #5ec06f

#c05eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05eaf Color CSS Codes

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

#c05eaf Text Font Color

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

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


#c05eaf Background Color

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

This div background color is #c05eaf


#c05eaf Border Color

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

This div border color is #c05eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05eaf


Comments

No comments written yet.

Please login to write comment.