Color Hex Logo

#db259f Color Hex

#DB259F
(219,37,159)
0 Favorites   0 Comments

Color spaces of #db259f

RGB 21937159
HSL0.890.720.50
HSV320°83°86°
CMYK 0.000.830.27   0.14
XYZ36.133018.886434.5419
Yxy18.88640.40340.2109
Hunter Lab43.458572.3592-16.7042
CIE-Lab50.554075.3376-21.6551

#db259f color RGB value is (219,37,159).

#db259f hex color red value is 219, green value is 37 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #db259f hue: 0.89 , saturation: 0.72 and the lightness value of db259f is 0.50.

The process color (four color CMYK) of #db259f color hex is 0.00, 0.83, 0.27, 0.14. Web safe color of #db259f is #cc3399. Color #db259f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100101 10011111
Octal 333 45 237
Decimal 219 37 159
Hex DB 25 9F

RGB Percentages of Color #db259f

%52.77
%8.92
%38.31

CMYK Percentages of Color #db259f

%0
%83
%27
%14

Triadic Colors of #db259f

#db259f #9fdb25 #259fdb

Analogous Colors of #db259f

#db259f #db2544 #bc25db

Monochromatic Colors of #db259f

#db259f

Complementary Color

#db259f #25db61

#db259f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db259f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db259f Color CSS Codes

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

#db259f Text Font Color

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

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


#db259f Background Color

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

This div background color is #db259f


#db259f Border Color

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

This div border color is #db259f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db259f


Comments

No comments written yet.

Please login to write comment.