Color Hex Logo

#dd9cea Color Hex

#DD9CEA
(221,156,234)
0 Favorites   0 Comments

Color spaces of #dd9cea

RGB 221156234
HSL0.810.650.76
HSV290°33°92°
CMYK 0.060.330.00   0.08
XYZ56.558545.089683.5641
Yxy45.08960.30540.2434
Hunter Lab67.148832.8377-26.7800
CIE-Lab72.950937.1465-29.7484

#dd9cea color RGB value is (221,156,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011100 11101010
Octal 335 234 352
Decimal 221 156 234
Hex DD 9C EA

RGB Percentages of Color #dd9cea

%36.17
%25.53
%38.30

CMYK Percentages of Color #dd9cea

%6
%33
%0
%8

Triadic Colors of #dd9cea

#dd9cea #eadd9c #9ceadd

Analogous Colors of #dd9cea

#dd9cea #ea9cd0 #b69cea

Monochromatic Colors of #dd9cea

#dd9cea

Complementary Color

#dd9cea #a9ea9c

#dd9cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9cea Color CSS Codes

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

#dd9cea Text Font Color

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

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


#dd9cea Background Color

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

This div background color is #dd9cea


#dd9cea Border Color

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

This div border color is #dd9cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9cea


Comments

No comments written yet.

Please login to write comment.