Color Hex Logo

#c05daf Color Hex

#C05DAF
(192,93,175)
0 Favorites   0 Comments

Color spaces of #c05daf

RGB 19293175
HSL0.860.440.56
HSV310°52°75°
CMYK 0.000.520.09   0.25
XYZ33.390422.130343.0691
Yxy22.13030.33870.2245
Hunter Lab47.042944.3720-21.3517
CIE-Lab54.165050.3668-25.8391

#c05daf color RGB value is (192,93,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011101 10101111
Octal 300 135 257
Decimal 192 93 175
Hex C0 5D AF

RGB Percentages of Color #c05daf

%41.74
%20.22
%38.04

CMYK Percentages of Color #c05daf

%0
%52
%9
%25

Triadic Colors of #c05daf

#c05daf #afc05d #5dafc0

Analogous Colors of #c05daf

#c05daf #c05d7e #a05dc0

Monochromatic Colors of #c05daf

#c05daf

Complementary Color

#c05daf #5dc06e

#c05daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05daf Color CSS Codes

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

#c05daf Text Font Color

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

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


#c05daf Background Color

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

This div background color is #c05daf


#c05daf Border Color

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

This div border color is #c05daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05daf


Comments

No comments written yet.

Please login to write comment.