Color Hex Logo

#db24ba Color Hex

#DB24BA
(219,36,186)
0 Favorites   0 Comments

Color spaces of #db24ba

RGB 21936186
HSL0.860.720.50
HSV311°84°86°
CMYK 0.000.840.15   0.14
XYZ38.707219.867048.2490
Yxy19.86700.36230.1860
Hunter Lab44.572477.0097-32.9799
CIE-Lab51.686578.8612-35.7767

#db24ba color RGB value is (219,36,186).

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

The process color (four color CMYK) of #db24ba color hex is 0.00, 0.84, 0.15, 0.14. Web safe color of #db24ba is #cc33cc. Color #db24ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 10111010
Octal 333 44 272
Decimal 219 36 186
Hex DB 24 BA

RGB Percentages of Color #db24ba

%49.66
%8.16
%42.18

CMYK Percentages of Color #db24ba

%0
%84
%15
%14

Triadic Colors of #db24ba

#db24ba #badb24 #24badb

Analogous Colors of #db24ba

#db24ba #db245f #a124db

Monochromatic Colors of #db24ba

#db24ba

Complementary Color

#db24ba #24db45

#db24ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db24ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#db24ba Color CSS Codes

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

#db24ba Text Font Color

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

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


#db24ba Background Color

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

This div background color is #db24ba


#db24ba Border Color

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

This div border color is #db24ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db24ba


Comments

No comments written yet.

Please login to write comment.