Color Hex Logo

#cd57ee Color Hex

#CD57EE
(205,87,238)
0 Favorites   0 Comments

Color spaces of #cd57ee

RGB 20587238
HSL0.800.820.64
HSV287°63°93°
CMYK 0.140.630.00   0.07
XYZ44.017625.968683.5814
Yxy25.96860.28660.1691
Hunter Lab50.959465.0054-61.5733
CIE-Lab58.007267.8444-55.5258

#cd57ee color RGB value is (205,87,238).

#cd57ee hex color red value is 205, green value is 87 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #cd57ee hue: 0.80 , saturation: 0.82 and the lightness value of cd57ee is 0.64.

The process color (four color CMYK) of #cd57ee color hex is 0.14, 0.63, 0.00, 0.07. Web safe color of #cd57ee is #cc66ff. Color #cd57ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 11101110
Octal 315 127 356
Decimal 205 87 238
Hex CD 57 EE

RGB Percentages of Color #cd57ee

%38.68
%16.42
%44.91

CMYK Percentages of Color #cd57ee

%14
%63
%0
%7

Triadic Colors of #cd57ee

#cd57ee #eecd57 #57eecd

Analogous Colors of #cd57ee

#cd57ee #ee57c4 #8257ee

Monochromatic Colors of #cd57ee

#cd57ee

Complementary Color

#cd57ee #78ee57

#cd57ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd57ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd57ee Color CSS Codes

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

#cd57ee Text Font Color

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

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


#cd57ee Background Color

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

This div background color is #cd57ee


#cd57ee Border Color

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

This div border color is #cd57ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd57ee


Comments

No comments written yet.

Please login to write comment.