Color Hex Logo

#db229f Color Hex

#DB229F
(219,34,159)
0 Favorites   0 Comments

Color spaces of #db229f

RGB 21934159
HSL0.890.730.50
HSV319°84°86°
CMYK 0.000.840.27   0.14
XYZ36.043518.707334.5121
Yxy18.70730.40380.2096
Hunter Lab43.251973.0600-17.0330
CIE-Lab50.343075.9480-21.9798

#db229f color RGB value is (219,34,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100010 10011111
Octal 333 42 237
Decimal 219 34 159
Hex DB 22 9F

RGB Percentages of Color #db229f

%53.16
%8.25
%38.59

CMYK Percentages of Color #db229f

%0
%84
%27
%14

Triadic Colors of #db229f

#db229f #9fdb22 #229fdb

Analogous Colors of #db229f

#db229f #db2243 #bb22db

Monochromatic Colors of #db229f

#db229f

Complementary Color

#db229f #22db5e

#db229f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db229f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db229f Color CSS Codes

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

#db229f Text Font Color

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

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


#db229f Background Color

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

This div background color is #db229f


#db229f Border Color

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

This div border color is #db229f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,34,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 #db229f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db229f


Comments

No comments written yet.

Please login to write comment.