color codes Logo

#c05dbd color codes

#C05DBD
(192,93,189)
0 Favorites   0 Comments

Color spaces of #c05dbd

RGB 19293189
HSL0.840.440.56
HSV302°52°75°
CMYK 0.000.520.02   0.25
XYZ34.837922.709350.6913
Yxy22.70930.32190.2098
Hunter Lab47.654347.0983-29.7106
CIE-Lab54.771652.7780-32.9881

#c05dbd color RGB value is (192,93,189).

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

The process color (four color CMYK) of #c05dbd color code is 0.00, 0.52, 0.02, 0.25. Web safe color of #c05dbd is #cc66cc. Color #c05dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011101 10111101
Octal 300 135 275
Decimal 192 93 189
Hex C0 5D BD

RGB Percentages of Color #c05dbd

%40.51
%19.62
%39.87

CMYK Percentages of Color #c05dbd

%0
%52
%2
%25

Triadic Colors of #c05dbd

#c05dbd #bdc05d #5dbdc0

Analogous Colors of #c05dbd

#c05dbd #c05d8c #925dc0

Monochromatic Colors of #c05dbd

#c05dbd

Complementary Color

#c05dbd #5dc060

#c05dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c05dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c05dbd Color CSS Codes

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

#c05dbd Text Font Color

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

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


#c05dbd Background Color

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

This div background color is #c05dbd


#c05dbd Border Color

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

This div border color is #c05dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c05dbd


Comments

No comments written yet.

Please login to write comment.