Color Hex Logo

#cd5aef Color Hex

#CD5AEF
(205,90,239)
0 Favorites   0 Comments

Color spaces of #cd5aef

RGB 20590239
HSL0.800.820.65
HSV286°62°94°
CMYK 0.140.620.00   0.06
XYZ44.413026.523584.4401
Yxy26.52350.28580.1707
Hunter Lab51.501063.8067-61.1602
CIE-Lab58.530766.7432-55.2484

#cd5aef color RGB value is (205,90,239).

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

The process color (four color CMYK) of #cd5aef color hex is 0.14, 0.62, 0.00, 0.06. Web safe color of #cd5aef is #cc66ff. Color #cd5aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011010 11101111
Octal 315 132 357
Decimal 205 90 239
Hex CD 5A EF

RGB Percentages of Color #cd5aef

%38.39
%16.85
%44.76

CMYK Percentages of Color #cd5aef

%14
%62
%0
%6

Triadic Colors of #cd5aef

#cd5aef #efcd5a #5aefcd

Analogous Colors of #cd5aef

#cd5aef #ef5ac7 #835aef

Monochromatic Colors of #cd5aef

#cd5aef

Complementary Color

#cd5aef #7cef5a

#cd5aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5aef Color CSS Codes

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

#cd5aef Text Font Color

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

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


#cd5aef Background Color

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

This div background color is #cd5aef


#cd5aef Border Color

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

This div border color is #cd5aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5aef


Comments

No comments written yet.

Please login to write comment.