Color Hex Logo

#db486f Color Hex

#DB486F
(219,72,111)
0 Favorites   0 Comments

Color spaces of #db486f

RGB 21972111
HSL0.960.670.57
HSV344°67°86°
CMYK 0.000.670.49   0.14
XYZ34.400020.842517.2488
Yxy20.84250.47450.2875
Hunter Lab45.653654.60619.5566
CIE-Lab52.776759.871310.3633

#db486f color RGB value is (219,72,111).

#db486f hex color red value is 219, green value is 72 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #db486f hue: 0.96 , saturation: 0.67 and the lightness value of db486f is 0.57.

The process color (four color CMYK) of #db486f color hex is 0.00, 0.67, 0.49, 0.14. Web safe color of #db486f is #cc3366. Color #db486f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 01101111
Octal 333 110 157
Decimal 219 72 111
Hex DB 48 6F

RGB Percentages of Color #db486f

%54.48
%17.91
%27.61

CMYK Percentages of Color #db486f

%0
%67
%49
%14

Triadic Colors of #db486f

#db486f #6fdb48 #486fdb

Analogous Colors of #db486f

#db486f #db6b48 #db48b9

Monochromatic Colors of #db486f

#db486f

Complementary Color

#db486f #48dbb4

#db486f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db486f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db486f Color CSS Codes

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

#db486f Text Font Color

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

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


#db486f Background Color

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

This div background color is #db486f


#db486f Border Color

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

This div border color is #db486f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db486f


Comments

No comments written yet.

Please login to write comment.