Color Hex Logo

#db7087 Color Hex

#DB7087
(219,112,135)
0 Favorites   0 Comments

Color spaces of #db7087

RGB 219112135
HSL0.960.600.65
HSV347°49°86°
CMYK 0.000.490.38   0.14
XYZ39.380828.397726.3274
Yxy28.39770.41850.3018
Hunter Lab53.289538.65448.0107
CIE-Lab60.246344.10296.8608

#db7087 color RGB value is (219,112,135).

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

The process color (four color CMYK) of #db7087 color hex is 0.00, 0.49, 0.38, 0.14. Web safe color of #db7087 is #cc6699. Color #db7087 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 10000111
Octal 333 160 207
Decimal 219 112 135
Hex DB 70 87

RGB Percentages of Color #db7087

%47.00
%24.03
%28.97

CMYK Percentages of Color #db7087

%0
%49
%38
%14

Triadic Colors of #db7087

#db7087 #87db70 #7087db

Analogous Colors of #db7087

#db7087 #db8f70 #db70bd

Monochromatic Colors of #db7087

#db7087

Complementary Color

#db7087 #70dbc4

#db7087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7087 Color CSS Codes

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

#db7087 Text Font Color

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

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


#db7087 Background Color

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

This div background color is #db7087


#db7087 Border Color

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

This div border color is #db7087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7087


Comments

No comments written yet.

Please login to write comment.