Color Hex Logo

#db24df Color Hex

#DB24DF
(219,36,223)
0 Favorites   0 Comments

Color spaces of #db24df

RGB 21936223
HSL0.830.750.51
HSV299°84°87°
CMYK 0.020.840.00   0.13
XYZ43.163621.649571.7158
Yxy21.64950.31610.1586
Hunter Lab46.529084.1634-58.8141
CIE-Lab53.653184.0940-53.9214

#db24df color RGB value is (219,36,223).

#db24df hex color red value is 219, green value is 36 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #db24df hue: 0.83 , saturation: 0.75 and the lightness value of db24df is 0.51.

The process color (four color CMYK) of #db24df color hex is 0.02, 0.84, 0.00, 0.13. Web safe color of #db24df is #cc33cc. Color #db24df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 11011111
Octal 333 44 337
Decimal 219 36 223
Hex DB 24 DF

RGB Percentages of Color #db24df

%45.82
%7.53
%46.65

CMYK Percentages of Color #db24df

%2
%84
%0
%13

Triadic Colors of #db24df

#db24df #dfdb24 #24dfdb

Analogous Colors of #db24df

#db24df #df2486 #7e24df

Monochromatic Colors of #db24df

#db24df

Complementary Color

#db24df #28df24

#db24df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db24df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db24df Color CSS Codes

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

#db24df Text Font Color

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

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


#db24df Background Color

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

This div background color is #db24df


#db24df Border Color

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

This div border color is #db24df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db24df


Comments

No comments written yet.

Please login to write comment.