Color Hex Logo

#dd9de9 Color Hex

#DD9DE9
(221,157,233)
0 Favorites   0 Comments

Color spaces of #dd9de9

RGB 221157233
HSL0.810.630.76
HSV291°33°91°
CMYK 0.050.330.00   0.09
XYZ56.583745.369382.8657
Yxy45.36930.30620.2455
Hunter Lab67.356732.0764-25.7919
CIE-Lab73.134436.4178-28.9203

#dd9de9 color RGB value is (221,157,233).

#dd9de9 hex color red value is 221, green value is 157 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dd9de9 hue: 0.81 , saturation: 0.63 and the lightness value of dd9de9 is 0.76.

The process color (four color CMYK) of #dd9de9 color hex is 0.05, 0.33, 0.00, 0.09. Web safe color of #dd9de9 is #cc99ff. Color #dd9de9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011101 11101001
Octal 335 235 351
Decimal 221 157 233
Hex DD 9D E9

RGB Percentages of Color #dd9de9

%36.17
%25.70
%38.13

CMYK Percentages of Color #dd9de9

%5
%33
%0
%9

Triadic Colors of #dd9de9

#dd9de9 #e9dd9d #9de9dd

Analogous Colors of #dd9de9

#dd9de9 #e99dcf #b79de9

Monochromatic Colors of #dd9de9

#dd9de9

Complementary Color

#dd9de9 #a9e99d

#dd9de9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9de9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9de9 Color CSS Codes

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

#dd9de9 Text Font Color

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

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


#dd9de9 Background Color

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

This div background color is #dd9de9


#dd9de9 Border Color

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

This div border color is #dd9de9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,157,233, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9de9


Comments

No comments written yet.

Please login to write comment.