Color Hex Logo

#dd9cef Color Hex

#DD9CEF
(221,156,239)
0 Favorites   0 Comments

Color spaces of #dd9cef

RGB 221156239
HSL0.800.720.77
HSV287°35°94°
CMYK 0.080.350.00   0.06
XYZ57.287245.381187.4014
Yxy45.38110.30140.2388
Hunter Lab67.365533.9057-29.7682
CIE-Lab73.142138.1205-32.1796

#dd9cef color RGB value is (221,156,239).

#dd9cef hex color red value is 221, green value is 156 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd9cef hue: 0.80 , saturation: 0.72 and the lightness value of dd9cef is 0.77.

The process color (four color CMYK) of #dd9cef color hex is 0.08, 0.35, 0.00, 0.06. Web safe color of #dd9cef is #cc99ff. Color #dd9cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 11101111
Octal 335 234 357
Decimal 221 156 239
Hex DD 9C EF

RGB Percentages of Color #dd9cef

%35.88
%25.32
%38.80

CMYK Percentages of Color #dd9cef

%8
%35
%0
%6

Triadic Colors of #dd9cef

#dd9cef #efdd9c #9cefdd

Analogous Colors of #dd9cef

#dd9cef #ef9cd8 #b49cef

Monochromatic Colors of #dd9cef

#dd9cef

Complementary Color

#dd9cef #aeef9c

#dd9cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9cef Color CSS Codes

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

#dd9cef Text Font Color

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

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


#dd9cef Background Color

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

This div background color is #dd9cef


#dd9cef Border Color

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

This div border color is #dd9cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9cef


Comments

No comments written yet.

Please login to write comment.