Color Hex Logo

#dd908b Color Hex

#DD908B
(221,144,139)
0 Favorites   0 Comments

Color spaces of #dd908b

RGB 221144139
HSL0.010.550.71
HSV37°87°
CMYK 0.000.350.37   0.13
XYZ44.452337.182729.2602
Yxy37.18270.40080.3353
Hunter Lab60.977623.414514.2339
CIE-Lab67.413928.567814.7538

#dd908b color RGB value is (221,144,139).

#dd908b hex color red value is 221, green value is 144 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dd908b hue: 0.01 , saturation: 0.55 and the lightness value of dd908b is 0.71.

The process color (four color CMYK) of #dd908b color hex is 0.00, 0.35, 0.37, 0.13. Web safe color of #dd908b is #cc9999. Color #dd908b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10010000 10001011
Octal 335 220 213
Decimal 221 144 139
Hex DD 90 8B

RGB Percentages of Color #dd908b

%43.85
%28.57
%27.58

CMYK Percentages of Color #dd908b

%0
%35
%37
%13

Triadic Colors of #dd908b

#dd908b #8bdd90 #908bdd

Analogous Colors of #dd908b

#dd908b #ddb98b #dd8baf

Monochromatic Colors of #dd908b

#dd908b

Complementary Color

#dd908b #8bd8dd

#dd908b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd908b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd908b Color CSS Codes

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

#dd908b Text Font Color

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

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


#dd908b Background Color

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

This div background color is #dd908b


#dd908b Border Color

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

This div border color is #dd908b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd908b


Comments

No comments written yet.

Please login to write comment.