Color Hex Logo

#db249a Color Hex

#DB249A
(219,36,154)
0 Favorites   0 Comments

Color spaces of #db249a

RGB 21936154
HSL0.890.720.50
HSV321°84°86°
CMYK 0.000.840.30   0.14
XYZ35.677018.654932.2922
Yxy18.65490.41190.2154
Hunter Lab43.191371.8602-14.0945
CIE-Lab50.281074.9844-19.0979

#db249a color RGB value is (219,36,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 10011010
Octal 333 44 232
Decimal 219 36 154
Hex DB 24 9A

RGB Percentages of Color #db249a

%53.55
%8.80
%37.65

CMYK Percentages of Color #db249a

%0
%84
%30
%14

Triadic Colors of #db249a

#db249a #9adb24 #249adb

Analogous Colors of #db249a

#db249a #db243e #c124db

Monochromatic Colors of #db249a

#db249a

Complementary Color

#db249a #24db65

#db249a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db249a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db249a Color CSS Codes

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

#db249a Text Font Color

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

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


#db249a Background Color

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

This div background color is #db249a


#db249a Border Color

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

This div border color is #db249a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db249a


Comments

No comments written yet.

Please login to write comment.