Color Hex Logo

#cd5fbd Color Hex

#CD5FBD
(205,95,189)
0 Favorites   0 Comments

Color spaces of #cd5fbd

RGB 20595189
HSL0.860.520.59
HSV309°54°80°
CMYK 0.000.540.08   0.20
XYZ38.454424.837750.9115
Yxy24.83770.33670.2175
Hunter Lab49.837450.5145-25.6816
CIE-Lab56.916955.5076-29.5134

#cd5fbd color RGB value is (205,95,189).

#cd5fbd hex color red value is 205, green value is 95 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cd5fbd hue: 0.86 , saturation: 0.52 and the lightness value of cd5fbd is 0.59.

The process color (four color CMYK) of #cd5fbd color hex is 0.00, 0.54, 0.08, 0.20. Web safe color of #cd5fbd is #cc66cc. Color #cd5fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011111 10111101
Octal 315 137 275
Decimal 205 95 189
Hex CD 5F BD

RGB Percentages of Color #cd5fbd

%41.92
%19.43
%38.65

CMYK Percentages of Color #cd5fbd

%0
%54
%8
%20

Triadic Colors of #cd5fbd

#cd5fbd #bdcd5f #5fbdcd

Analogous Colors of #cd5fbd

#cd5fbd #cd5f86 #a65fcd

Monochromatic Colors of #cd5fbd

#cd5fbd

Complementary Color

#cd5fbd #5fcd6f

#cd5fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5fbd Color CSS Codes

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

#cd5fbd Text Font Color

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

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


#cd5fbd Background Color

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

This div background color is #cd5fbd


#cd5fbd Border Color

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

This div border color is #cd5fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5fbd


Comments

No comments written yet.

Please login to write comment.