Color Hex Logo

#dd787b Color Hex

#DD787B
(221,120,123)
0 Favorites   0 Comments

Color spaces of #dd787b

RGB 221120123
HSL1.000.600.67
HSV358°46°87°
CMYK 0.000.460.44   0.13
XYZ40.110430.235222.4608
Yxy30.23520.43220.3258
Hunter Lab54.986533.981914.2719
CIE-Lab61.856639.449916.0625

#dd787b color RGB value is (221,120,123).

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

The process color (four color CMYK) of #dd787b color hex is 0.00, 0.46, 0.44, 0.13. Web safe color of #dd787b is #cc6666. Color #dd787b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01111000 01111011
Octal 335 170 173
Decimal 221 120 123
Hex DD 78 7B

RGB Percentages of Color #dd787b

%47.63
%25.86
%26.51

CMYK Percentages of Color #dd787b

%0
%46
%44
%13

Triadic Colors of #dd787b

#dd787b #7bdd78 #787bdd

Analogous Colors of #dd787b

#dd787b #dda878 #dd78ae

Monochromatic Colors of #dd787b

#dd787b

Complementary Color

#dd787b #78ddda

#dd787b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd787b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd787b Color CSS Codes

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

#dd787b Text Font Color

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

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


#dd787b Background Color

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

This div background color is #dd787b


#dd787b Border Color

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

This div border color is #dd787b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,120,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 #dd787b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd787b


Comments

No comments written yet.

Please login to write comment.