Color Hex Logo

#cd5aec Color Hex

#CD5AEC
(205,90,236)
0 Favorites   0 Comments

Color spaces of #cd5aec

RGB 20590236
HSL0.800.790.64
HSV287°62°93°
CMYK 0.130.620.00   0.07
XYZ43.973326.347682.1248
Yxy26.34760.28850.1728
Hunter Lab51.329963.0900-58.9295
CIE-Lab58.365566.1702-53.8381

#cd5aec color RGB value is (205,90,236).

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

The process color (four color CMYK) of #cd5aec color hex is 0.13, 0.62, 0.00, 0.07. Web safe color of #cd5aec is #cc66ff. Color #cd5aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011010 11101100
Octal 315 132 354
Decimal 205 90 236
Hex CD 5A EC

RGB Percentages of Color #cd5aec

%38.61
%16.95
%44.44

CMYK Percentages of Color #cd5aec

%13
%62
%0
%7

Triadic Colors of #cd5aec

#cd5aec #eccd5a #5aeccd

Analogous Colors of #cd5aec

#cd5aec #ec5ac2 #845aec

Monochromatic Colors of #cd5aec

#cd5aec

Complementary Color

#cd5aec #79ec5a

#cd5aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5aec Color CSS Codes

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

#cd5aec Text Font Color

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

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


#cd5aec Background Color

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

This div background color is #cd5aec


#cd5aec Border Color

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

This div border color is #cd5aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5aec


Comments

No comments written yet.

Please login to write comment.