Color Hex Logo

#dda8eb Color Hex

#DDA8EB
(221,168,235)
0 Favorites   0 Comments

Color spaces of #dda8eb

RGB 221168235
HSL0.800.630.79
HSV287°29°92°
CMYK 0.060.290.00   0.08
XYZ58.816849.375685.0277
Yxy49.37560.30440.2555
Hunter Lab70.267826.4427-22.5566
CIE-Lab75.684430.8885-26.0982

#dda8eb color RGB value is (221,168,235).

#dda8eb hex color red value is 221, green value is 168 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dda8eb hue: 0.80 , saturation: 0.63 and the lightness value of dda8eb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 11101011
Octal 335 250 353
Decimal 221 168 235
Hex DD A8 EB

RGB Percentages of Color #dda8eb

%35.42
%26.92
%37.66

CMYK Percentages of Color #dda8eb

%6
%29
%0
%8

Triadic Colors of #dda8eb

#dda8eb #ebdda8 #a8ebdd

Analogous Colors of #dda8eb

#dda8eb #eba8d8 #bca8eb

Monochromatic Colors of #dda8eb

#dda8eb

Complementary Color

#dda8eb #b6eba8

#dda8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda8eb Color CSS Codes

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

#dda8eb Text Font Color

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

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


#dda8eb Background Color

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

This div background color is #dda8eb


#dda8eb Border Color

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

This div border color is #dda8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda8eb


Comments

No comments written yet.

Please login to write comment.