Color Hex Logo

#cd5deb Color Hex

#CD5DEB
(205,93,235)
0 Favorites   0 Comments

Color spaces of #cd5deb

RGB 20593235
HSL0.800.780.64
HSV287°60°92°
CMYK 0.130.600.00   0.08
XYZ44.086626.806081.4477
Yxy26.80600.28940.1760
Hunter Lab51.774561.3894-57.0283
CIE-Lab58.794364.6538-52.5970

#cd5deb color RGB value is (205,93,235).

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

The process color (four color CMYK) of #cd5deb color hex is 0.13, 0.60, 0.00, 0.08. Web safe color of #cd5deb is #cc66ff. Color #cd5deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011101 11101011
Octal 315 135 353
Decimal 205 93 235
Hex CD 5D EB

RGB Percentages of Color #cd5deb

%38.46
%17.45
%44.09

CMYK Percentages of Color #cd5deb

%13
%60
%0
%8

Triadic Colors of #cd5deb

#cd5deb #ebcd5d #5debcd

Analogous Colors of #cd5deb

#cd5deb #eb5dc2 #865deb

Monochromatic Colors of #cd5deb

#cd5deb

Complementary Color

#cd5deb #7beb5d

#cd5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5deb Color CSS Codes

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

#cd5deb Text Font Color

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

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


#cd5deb Background Color

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

This div background color is #cd5deb


#cd5deb Border Color

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

This div border color is #cd5deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5deb


Comments

No comments written yet.

Please login to write comment.