Color Hex Logo

#dd5deb Color Hex

#DD5DEB
(221,93,235)
0 Favorites   0 Comments

Color spaces of #dd5deb

RGB 22193235
HSL0.820.780.64
HSV294°60°92°
CMYK 0.060.600.00   0.08
XYZ48.728529.199081.6650
Yxy29.19900.30530.1830
Hunter Lab54.036166.4040-51.7800
CIE-Lab60.956968.4659-49.0299

#dd5deb color RGB value is (221,93,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 01011101 11101011
Octal 335 135 353
Decimal 221 93 235
Hex DD 5D EB

RGB Percentages of Color #dd5deb

%40.26
%16.94
%42.81

CMYK Percentages of Color #dd5deb

%6
%60
%0
%8

Triadic Colors of #dd5deb

#dd5deb #ebdd5d #5debdd

Analogous Colors of #dd5deb

#dd5deb #eb5db2 #965deb

Monochromatic Colors of #dd5deb

#dd5deb

Complementary Color

#dd5deb #6beb5d

#dd5deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd5deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd5deb Color CSS Codes

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

#dd5deb Text Font Color

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

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


#dd5deb Background Color

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

This div background color is #dd5deb


#dd5deb Border Color

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

This div border color is #dd5deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,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 #dd5deb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd5deb


Comments

No comments written yet.

Please login to write comment.