Color Hex Logo

#db9858 Color Hex

#DB9858
(219,152,88)
0 Favorites   0 Comments

Color spaces of #db9858

RGB 21915288
HSL0.080.650.60
HSV29°60°86°
CMYK 0.000.310.60   0.14
XYZ42.203138.221114.3856
Yxy38.22110.44510.4031
Hunter Lab61.823213.660929.4801
CIE-Lab68.183318.592043.2799

#db9858 color RGB value is (219,152,88).

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

The process color (four color CMYK) of #db9858 color hex is 0.00, 0.31, 0.60, 0.14. Web safe color of #db9858 is #cc9966. Color #db9858 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011000 01011000
Octal 333 230 130
Decimal 219 152 88
Hex DB 98 58

RGB Percentages of Color #db9858

%47.71
%33.12
%19.17

CMYK Percentages of Color #db9858

%0
%31
%60
%14

Triadic Colors of #db9858

#db9858 #58db98 #9858db

Analogous Colors of #db9858

#db9858 #dbda58 #db585a

Monochromatic Colors of #db9858

#db9858

Complementary Color

#db9858 #589bdb

#db9858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9858 Color CSS Codes

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

#db9858 Text Font Color

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

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


#db9858 Background Color

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

This div background color is #db9858


#db9858 Border Color

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

This div border color is #db9858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9858


Comments

No comments written yet.

Please login to write comment.