Color Hex Logo

#db488f Color Hex

#DB488F
(219,72,143)
0 Favorites   0 Comments

Color spaces of #db488f

RGB 21972143
HSL0.920.670.57
HSV331°67°86°
CMYK 0.000.670.35   0.14
XYZ36.488721.678028.2477
Yxy21.67800.42230.2509
Hunter Lab46.559658.4107-3.3795
CIE-Lab53.683763.0324-7.4127

#db488f color RGB value is (219,72,143).

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

The process color (four color CMYK) of #db488f color hex is 0.00, 0.67, 0.35, 0.14. Web safe color of #db488f is #cc3399. Color #db488f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001000 10001111
Octal 333 110 217
Decimal 219 72 143
Hex DB 48 8F

RGB Percentages of Color #db488f

%50.46
%16.59
%32.95

CMYK Percentages of Color #db488f

%0
%67
%35
%14

Triadic Colors of #db488f

#db488f #8fdb48 #488fdb

Analogous Colors of #db488f

#db488f #db4b48 #db48d9

Monochromatic Colors of #db488f

#db488f

Complementary Color

#db488f #48db94

#db488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db488f Color CSS Codes

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

#db488f Text Font Color

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

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


#db488f Background Color

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

This div background color is #db488f


#db488f Border Color

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

This div border color is #db488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db488f


Comments

No comments written yet.

Please login to write comment.