Color Hex Logo

#dd877a Color Hex

#DD877A
(221,135,122)
0 Favorites   0 Comments

Color spaces of #dd877a

RGB 221135122
HSL0.020.590.67
HSV45°87°
CMYK 0.000.390.45   0.13
XYZ41.995634.105222.7819
Yxy34.10520.42470.3449
Hunter Lab58.399726.161217.7505
CIE-Lab65.046031.488621.0010

#dd877a color RGB value is (221,135,122).

#dd877a hex color red value is 221, green value is 135 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #dd877a hue: 0.02 , saturation: 0.59 and the lightness value of dd877a is 0.67.

The process color (four color CMYK) of #dd877a color hex is 0.00, 0.39, 0.45, 0.13. Web safe color of #dd877a is #cc9966. Color #dd877a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000111 01111010
Octal 335 207 172
Decimal 221 135 122
Hex DD 87 7A

RGB Percentages of Color #dd877a

%46.23
%28.24
%25.52

CMYK Percentages of Color #dd877a

%0
%39
%45
%13

Triadic Colors of #dd877a

#dd877a #7add87 #877add

Analogous Colors of #dd877a

#dd877a #ddb97a #dd7a9f

Monochromatic Colors of #dd877a

#dd877a

Complementary Color

#dd877a #7ad0dd

#dd877a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd877a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd877a Color CSS Codes

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

#dd877a Text Font Color

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

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


#dd877a Background Color

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

This div background color is #dd877a


#dd877a Border Color

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

This div border color is #dd877a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd877a


Comments

No comments written yet.

Please login to write comment.