Color Hex Logo

#db586a Color Hex

#DB586A
(219,88,106)
0 Favorites   0 Comments

Color spaces of #db586a

RGB 21988106
HSL0.980.650.60
HSV352°60°86°
CMYK 0.000.600.52   0.14
XYZ35.304723.080116.2298
Yxy23.08010.47320.3093
Hunter Lab48.041847.102213.5995
CIE-Lab55.154752.717816.6378

#db586a color RGB value is (219,88,106).

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

The process color (four color CMYK) of #db586a color hex is 0.00, 0.60, 0.52, 0.14. Web safe color of #db586a is #cc6666. Color #db586a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011000 01101010
Octal 333 130 152
Decimal 219 88 106
Hex DB 58 6A

RGB Percentages of Color #db586a

%53.03
%21.31
%25.67

CMYK Percentages of Color #db586a

%0
%60
%52
%14

Triadic Colors of #db586a

#db586a #6adb58 #586adb

Analogous Colors of #db586a

#db586a #db8858 #db58ac

Monochromatic Colors of #db586a

#db586a

Complementary Color

#db586a #58dbc9

#db586a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db586a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db586a Color CSS Codes

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

#db586a Text Font Color

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

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


#db586a Background Color

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

This div background color is #db586a


#db586a Border Color

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

This div border color is #db586a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db586a


Comments

No comments written yet.

Please login to write comment.