Color Hex Logo

#cd5ecb Color Hex

#CD5ECB
(205,94,203)
0 Favorites   0 Comments

Color spaces of #cd5ecb

RGB 20594203
HSL0.840.530.59
HSV301°54°80°
CMYK 0.000.540.01   0.20
XYZ39.959025.296359.2765
Yxy25.29630.32090.2031
Hunter Lab50.295453.7987-34.6704
CIE-Lab57.363058.3466-36.8189

#cd5ecb color RGB value is (205,94,203).

#cd5ecb hex color red value is 205, green value is 94 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #cd5ecb hue: 0.84 , saturation: 0.53 and the lightness value of cd5ecb is 0.59.

The process color (four color CMYK) of #cd5ecb color hex is 0.00, 0.54, 0.01, 0.20. Web safe color of #cd5ecb is #cc66cc. Color #cd5ecb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011110 11001011
Octal 315 136 313
Decimal 205 94 203
Hex CD 5E CB

RGB Percentages of Color #cd5ecb

%40.84
%18.73
%40.44

CMYK Percentages of Color #cd5ecb

%0
%54
%1
%20

Triadic Colors of #cd5ecb

#cd5ecb #cbcd5e #5ecbcd

Analogous Colors of #cd5ecb

#cd5ecb #cd5e94 #985ecd

Monochromatic Colors of #cd5ecb

#cd5ecb

Complementary Color

#cd5ecb #5ecd60

#cd5ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5ecb Color CSS Codes

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

#cd5ecb Text Font Color

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

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


#cd5ecb Background Color

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

This div background color is #cd5ecb


#cd5ecb Border Color

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

This div border color is #cd5ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5ecb


Comments

No comments written yet.

Please login to write comment.