Color Hex Logo

#cd57bc Color Hex

#CD57BC
(205,87,188)
0 Favorites   0 Comments

Color spaces of #cd57bc

RGB 20587188
HSL0.860.540.57
HSV309°58°80°
CMYK 0.000.580.08   0.20
XYZ37.662123.426450.1137
Yxy23.42640.33870.2107
Hunter Lab48.400854.1946-27.5077
CIE-Lab55.508959.0195-31.1260

#cd57bc color RGB value is (205,87,188).

#cd57bc hex color red value is 205, green value is 87 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cd57bc hue: 0.86 , saturation: 0.54 and the lightness value of cd57bc is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 10111100
Octal 315 127 274
Decimal 205 87 188
Hex CD 57 BC

RGB Percentages of Color #cd57bc

%42.71
%18.13
%39.17

CMYK Percentages of Color #cd57bc

%0
%58
%8
%20

Triadic Colors of #cd57bc

#cd57bc #bccd57 #57bccd

Analogous Colors of #cd57bc

#cd57bc #cd5781 #a357cd

Monochromatic Colors of #cd57bc

#cd57bc

Complementary Color

#cd57bc #57cd68

#cd57bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd57bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd57bc Color CSS Codes

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

#cd57bc Text Font Color

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

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


#cd57bc Background Color

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

This div background color is #cd57bc


#cd57bc Border Color

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

This div border color is #cd57bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,87,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd57bc


Comments

No comments written yet.

Please login to write comment.