Color Hex Logo

#ddabe8 Color Hex

#DDABE8
(221,171,232)
0 Favorites   0 Comments

Color spaces of #ddabe8

RGB 221171232
HSL0.800.570.79
HSV289°26°91°
CMYK 0.050.260.00   0.09
XYZ58.947250.324282.9506
Yxy50.32420.30670.2618
Hunter Lab70.939624.1803-19.6709
CIE-Lab76.267828.6884-23.5802

#ddabe8 color RGB value is (221,171,232).

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

The process color (four color CMYK) of #ddabe8 color hex is 0.05, 0.26, 0.00, 0.09. Web safe color of #ddabe8 is #cc99ff. Color #ddabe8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11101000
Octal 335 253 350
Decimal 221 171 232
Hex DD AB E8

RGB Percentages of Color #ddabe8

%35.42
%27.40
%37.18

CMYK Percentages of Color #ddabe8

%5
%26
%0
%9

Triadic Colors of #ddabe8

#ddabe8 #e8ddab #abe8dd

Analogous Colors of #ddabe8

#ddabe8 #e8abd5 #bfabe8

Monochromatic Colors of #ddabe8

#ddabe8

Complementary Color

#ddabe8 #b6e8ab

#ddabe8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabe8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabe8 Color CSS Codes

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

#ddabe8 Text Font Color

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

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


#ddabe8 Background Color

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

This div background color is #ddabe8


#ddabe8 Border Color

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

This div border color is #ddabe8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabe8


Comments

No comments written yet.

Please login to write comment.