Color Hex Logo

#ddabea Color Hex

#DDABEA
(221,171,234)
0 Favorites   0 Comments

Color spaces of #ddabea

RGB 221171234
HSL0.800.600.79
HSV288°27°92°
CMYK 0.060.270.00   0.08
XYZ59.233050.438584.4556
Yxy50.43850.30510.2598
Hunter Lab71.020124.5896-20.7924
CIE-Lab76.337629.0755-24.5580

#ddabea color RGB value is (221,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11101010
Octal 335 253 352
Decimal 221 171 234
Hex DD AB EA

RGB Percentages of Color #ddabea

%35.30
%27.32
%37.38

CMYK Percentages of Color #ddabea

%6
%27
%0
%8

Triadic Colors of #ddabea

#ddabea #eaddab #abeadd

Analogous Colors of #ddabea

#ddabea #eaabd8 #beabea

Monochromatic Colors of #ddabea

#ddabea

Complementary Color

#ddabea #b8eaab

#ddabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabea Color CSS Codes

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

#ddabea Text Font Color

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

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


#ddabea Background Color

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

This div background color is #ddabea


#ddabea Border Color

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

This div border color is #ddabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabea


Comments

No comments written yet.

Please login to write comment.