Color Hex Logo

#db7287 Color Hex

#DB7287
(219,114,135)
0 Favorites   0 Comments

Color spaces of #db7287

RGB 219114135
HSL0.970.590.65
HSV348°48°86°
CMYK 0.000.480.38   0.14
XYZ39.603928.844026.4018
Yxy28.84400.41750.3041
Hunter Lab53.706637.64158.4481
CIE-Lab60.643743.09277.4286

#db7287 color RGB value is (219,114,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 10000111
Octal 333 162 207
Decimal 219 114 135
Hex DB 72 87

RGB Percentages of Color #db7287

%46.79
%24.36
%28.85

CMYK Percentages of Color #db7287

%0
%48
%38
%14

Triadic Colors of #db7287

#db7287 #87db72 #7287db

Analogous Colors of #db7287

#db7287 #db9272 #db72bc

Monochromatic Colors of #db7287

#db7287

Complementary Color

#db7287 #72dbc6

#db7287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7287 Color CSS Codes

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

#db7287 Text Font Color

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

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


#db7287 Background Color

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

This div background color is #db7287


#db7287 Border Color

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

This div border color is #db7287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7287

#db7287 Color Palettes


Comments

No comments written yet.

Please login to write comment.