Color Hex Logo

#dd89ee Color Hex

#DD89EE
(221,137,238)
0 Favorites   0 Comments

Color spaces of #dd89ee

RGB 221137238
HSL0.810.750.74
HSV290°42°93°
CMYK 0.070.420.00   0.07
XYZ54.197139.436585.6444
Yxy39.43650.30230.2200
Hunter Lab62.798544.1538-36.9006
CIE-Lab69.066347.9540-37.9530

#dd89ee color RGB value is (221,137,238).

#dd89ee hex color red value is 221, green value is 137 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dd89ee hue: 0.81 , saturation: 0.75 and the lightness value of dd89ee is 0.74.

The process color (four color CMYK) of #dd89ee color hex is 0.07, 0.42, 0.00, 0.07. Web safe color of #dd89ee is #cc99ff. Color #dd89ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001001 11101110
Octal 335 211 356
Decimal 221 137 238
Hex DD 89 EE

RGB Percentages of Color #dd89ee

%37.08
%22.99
%39.93

CMYK Percentages of Color #dd89ee

%7
%42
%0
%7

Triadic Colors of #dd89ee

#dd89ee #eedd89 #89eedd

Analogous Colors of #dd89ee

#dd89ee #ee89cd #ab89ee

Monochromatic Colors of #dd89ee

#dd89ee

Complementary Color

#dd89ee #9aee89

#dd89ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd89ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd89ee Color CSS Codes

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

#dd89ee Text Font Color

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

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


#dd89ee Background Color

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

This div background color is #dd89ee


#dd89ee Border Color

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

This div border color is #dd89ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd89ee


Comments

No comments written yet.

Please login to write comment.