Color Hex Logo

#dd8bec Color Hex

#DD8BEC
(221,139,236)
0 Favorites   0 Comments

Color spaces of #dd8bec

RGB 221139236
HSL0.810.720.74
HSV291°41°93°
CMYK 0.060.410.00   0.07
XYZ54.191739.893584.2009
Yxy39.89350.30400.2238
Hunter Lab63.161342.6188-34.8271
CIE-Lab69.393646.5293-36.3455

#dd8bec color RGB value is (221,139,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001011 11101100
Octal 335 213 354
Decimal 221 139 236
Hex DD 8B EC

RGB Percentages of Color #dd8bec

%37.08
%23.32
%39.60

CMYK Percentages of Color #dd8bec

%6
%41
%0
%7

Triadic Colors of #dd8bec

#dd8bec #ecdd8b #8becdd

Analogous Colors of #dd8bec

#dd8bec #ec8bcb #ad8bec

Monochromatic Colors of #dd8bec

#dd8bec

Complementary Color

#dd8bec #9aec8b

#dd8bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8bec Color CSS Codes

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

#dd8bec Text Font Color

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

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


#dd8bec Background Color

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

This div background color is #dd8bec


#dd8bec Border Color

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

This div border color is #dd8bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8bec


Comments

No comments written yet.

Please login to write comment.