Color Hex Logo

#ddabd5 Color Hex

#DDABD5
(221,171,213)
0 Favorites   0 Comments

Color spaces of #ddabd5

RGB 221171213
HSL0.860.420.77
HSV310°23°87°
CMYK 0.000.230.04   0.13
XYZ56.391949.302169.4949
Yxy49.30210.32190.2814
Hunter Lab70.215520.4811-9.5307
CIE-Lab75.638925.1468-14.1997

#ddabd5 color RGB value is (221,171,213).

#ddabd5 hex color red value is 221, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #ddabd5 hue: 0.86 , saturation: 0.42 and the lightness value of ddabd5 is 0.77.

The process color (four color CMYK) of #ddabd5 color hex is 0.00, 0.23, 0.04, 0.13. Web safe color of #ddabd5 is #cc99cc. Color #ddabd5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11010101
Octal 335 253 325
Decimal 221 171 213
Hex DD AB D5

RGB Percentages of Color #ddabd5

%36.53
%28.26
%35.21

CMYK Percentages of Color #ddabd5

%0
%23
%4
%13

Triadic Colors of #ddabd5

#ddabd5 #d5ddab #abd5dd

Analogous Colors of #ddabd5

#ddabd5 #ddabbc #ccabdd

Monochromatic Colors of #ddabd5

#ddabd5

Complementary Color

#ddabd5 #abddb3

#ddabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabd5 Color CSS Codes

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

#ddabd5 Text Font Color

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

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


#ddabd5 Background Color

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

This div background color is #ddabd5


#ddabd5 Border Color

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

This div border color is #ddabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabd5


Comments

No comments written yet.

Please login to write comment.