Color Hex Logo

#cd57dc Color Hex

#CD57DC
(205,87,220)
0 Favorites   0 Comments

Color spaces of #cd57dc

RGB 20587220
HSL0.810.660.60
HSV293°60°86°
CMYK 0.070.600.00   0.14
XYZ41.503324.962870.3410
Yxy24.96280.30340.1825
Hunter Lab49.962860.8423-48.4985
CIE-Lab57.039264.5068-46.9642

#cd57dc color RGB value is (205,87,220).

#cd57dc hex color red value is 205, green value is 87 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cd57dc hue: 0.81 , saturation: 0.66 and the lightness value of cd57dc is 0.60.

The process color (four color CMYK) of #cd57dc color hex is 0.07, 0.60, 0.00, 0.14. Web safe color of #cd57dc is #cc66cc. Color #cd57dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 11011100
Octal 315 127 334
Decimal 205 87 220
Hex CD 57 DC

RGB Percentages of Color #cd57dc

%40.04
%16.99
%42.97

CMYK Percentages of Color #cd57dc

%7
%60
%0
%14

Triadic Colors of #cd57dc

#cd57dc #dccd57 #57dccd

Analogous Colors of #cd57dc

#cd57dc #dc57a9 #8b57dc

Monochromatic Colors of #cd57dc

#cd57dc

Complementary Color

#cd57dc #66dc57

#cd57dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd57dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd57dc Color CSS Codes

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

#cd57dc Text Font Color

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

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


#cd57dc Background Color

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

This div background color is #cd57dc


#cd57dc Border Color

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

This div border color is #cd57dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd57dc


Comments

No comments written yet.

Please login to write comment.