Color Hex Logo

#db7862 Color Hex

#DB7862
(219,120,98)
0 Favorites   0 Comments

Color spaces of #db7862

RGB 21912098
HSL0.030.630.62
HSV11°55°86°
CMYK 0.000.450.55   0.14
XYZ38.134529.374915.2153
Yxy29.37490.46100.3551
Hunter Lab54.198630.746221.2944
CIE-Lab61.111136.401129.1646

#db7862 color RGB value is (219,120,98).

#db7862 hex color red value is 219, green value is 120 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #db7862 hue: 0.03 , saturation: 0.63 and the lightness value of db7862 is 0.62.

The process color (four color CMYK) of #db7862 color hex is 0.00, 0.45, 0.55, 0.14. Web safe color of #db7862 is #cc6666. Color #db7862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111000 01100010
Octal 333 170 142
Decimal 219 120 98
Hex DB 78 62

RGB Percentages of Color #db7862

%50.11
%27.46
%22.43

CMYK Percentages of Color #db7862

%0
%45
%55
%14

Triadic Colors of #db7862

#db7862 #62db78 #7862db

Analogous Colors of #db7862

#db7862 #dbb562 #db6289

Monochromatic Colors of #db7862

#db7862

Complementary Color

#db7862 #62c5db

#db7862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7862 Color CSS Codes

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

#db7862 Text Font Color

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

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


#db7862 Background Color

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

This div background color is #db7862


#db7862 Border Color

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

This div border color is #db7862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7862


Comments

No comments written yet.

Please login to write comment.