Color Hex Logo

#dd9aba Color Hex

#DD9ABA
(221,154,186)
0 Favorites   0 Comments

Color spaces of #dd9aba

RGB 221154186
HSL0.920.500.74
HSV331°30°87°
CMYK 0.000.300.16   0.13
XYZ50.237342.028551.9189
Yxy42.02850.34840.2915
Hunter Lab64.829424.8710-2.1021
CIE-Lab70.890629.7365-6.4381

#dd9aba color RGB value is (221,154,186).

#dd9aba hex color red value is 221, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dd9aba hue: 0.92 , saturation: 0.50 and the lightness value of dd9aba is 0.74.

The process color (four color CMYK) of #dd9aba color hex is 0.00, 0.30, 0.16, 0.13. Web safe color of #dd9aba is #cc99cc. Color #dd9aba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011010 10111010
Octal 335 232 272
Decimal 221 154 186
Hex DD 9A BA

RGB Percentages of Color #dd9aba

%39.39
%27.45
%33.16

CMYK Percentages of Color #dd9aba

%0
%30
%16
%13

Triadic Colors of #dd9aba

#dd9aba #badd9a #9abadd

Analogous Colors of #dd9aba

#dd9aba #dd9c9a #dd9adc

Monochromatic Colors of #dd9aba

#dd9aba

Complementary Color

#dd9aba #9addbd

#dd9aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9aba Color CSS Codes

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

#dd9aba Text Font Color

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

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


#dd9aba Background Color

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

This div background color is #dd9aba


#dd9aba Border Color

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

This div border color is #dd9aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9aba


Comments

No comments written yet.

Please login to write comment.