Color Hex Logo

#dd8cee Color Hex

#DD8CEE
(221,140,238)
0 Favorites   0 Comments

Color spaces of #dd8cee

RGB 221140238
HSL0.800.740.74
HSV290°41°93°
CMYK 0.070.410.00   0.07
XYZ54.629540.301485.7886
Yxy40.30140.30230.2230
Hunter Lab63.483442.5091-35.6835
CIE-Lab69.683746.3926-36.9921

#dd8cee color RGB value is (221,140,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001100 11101110
Octal 335 214 356
Decimal 221 140 238
Hex DD 8C EE

RGB Percentages of Color #dd8cee

%36.89
%23.37
%39.73

CMYK Percentages of Color #dd8cee

%7
%41
%0
%7

Triadic Colors of #dd8cee

#dd8cee #eedd8c #8ceedd

Analogous Colors of #dd8cee

#dd8cee #ee8cce #ac8cee

Monochromatic Colors of #dd8cee

#dd8cee

Complementary Color

#dd8cee #9dee8c

#dd8cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8cee Color CSS Codes

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

#dd8cee Text Font Color

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

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


#dd8cee Background Color

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

This div background color is #dd8cee


#dd8cee Border Color

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

This div border color is #dd8cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8cee


Comments

No comments written yet.

Please login to write comment.