Color Hex Logo

#dd807b Color Hex

#DD807B
(221,128,123)
0 Favorites   0 Comments

Color spaces of #dd807b

RGB 221128123
HSL0.010.590.67
HSV44°87°
CMYK 0.000.420.44   0.13
XYZ41.113132.240622.7950
Yxy32.24060.42760.3353
Hunter Lab56.780829.879515.9442
CIE-Lab63.541235.288118.3838

#dd807b color RGB value is (221,128,123).

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

The process color (four color CMYK) of #dd807b color hex is 0.00, 0.42, 0.44, 0.13. Web safe color of #dd807b is #cc9966. Color #dd807b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10000000 01111011
Octal 335 200 173
Decimal 221 128 123
Hex DD 80 7B

RGB Percentages of Color #dd807b

%46.82
%27.12
%26.06

CMYK Percentages of Color #dd807b

%0
%42
%44
%13

Triadic Colors of #dd807b

#dd807b #7bdd80 #807bdd

Analogous Colors of #dd807b

#dd807b #ddb17b #dd7ba7

Monochromatic Colors of #dd807b

#dd807b

Complementary Color

#dd807b #7bd8dd

#dd807b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd807b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd807b Color CSS Codes

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

#dd807b Text Font Color

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

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


#dd807b Background Color

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

This div background color is #dd807b


#dd807b Border Color

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

This div border color is #dd807b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd807b


Comments

No comments written yet.

Please login to write comment.