Color Hex Logo

#db707a Color Hex

#DB707A
(219,112,122)
0 Favorites   0 Comments

Color spaces of #db707a

RGB 219112122
HSL0.980.600.65
HSV354°49°86°
CMYK 0.000.490.44   0.14
XYZ38.520428.053621.7970
Yxy28.05360.43590.3175
Hunter Lab52.965637.128112.6763
CIE-Lab59.937142.701013.9289

#db707a color RGB value is (219,112,122).

#db707a hex color red value is 219, green value is 112 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #db707a hue: 0.98 , saturation: 0.60 and the lightness value of db707a is 0.65.

The process color (four color CMYK) of #db707a color hex is 0.00, 0.49, 0.44, 0.14. Web safe color of #db707a is #cc6666. Color #db707a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 01111010
Octal 333 160 172
Decimal 219 112 122
Hex DB 70 7A

RGB Percentages of Color #db707a

%48.34
%24.72
%26.93

CMYK Percentages of Color #db707a

%0
%49
%44
%14

Triadic Colors of #db707a

#db707a #7adb70 #707adb

Analogous Colors of #db707a

#db707a #db9c70 #db70b0

Monochromatic Colors of #db707a

#db707a

Complementary Color

#db707a #70dbd1

#db707a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db707a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db707a Color CSS Codes

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

#db707a Text Font Color

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

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


#db707a Background Color

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

This div background color is #db707a


#db707a Border Color

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

This div border color is #db707a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db707a


Comments

No comments written yet.

Please login to write comment.