Color Hex Logo

#db36df Color Hex

#DB36DF
(219,54,223)
0 Favorites   0 Comments

Color spaces of #db36df

RGB 21954223
HSL0.830.730.54
HSV299°76°87°
CMYK 0.020.760.00   0.13
XYZ43.851923.026171.9453
Yxy23.02610.31590.1659
Hunter Lab47.985579.1488-55.3044
CIE-Lab55.099279.8930-51.6135

#db36df color RGB value is (219,54,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110110 11011111
Octal 333 66 337
Decimal 219 54 223
Hex DB 36 DF

RGB Percentages of Color #db36df

%44.15
%10.89
%44.96

CMYK Percentages of Color #db36df

%2
%76
%0
%13

Triadic Colors of #db36df

#db36df #dfdb36 #36dfdb

Analogous Colors of #db36df

#db36df #df368f #8736df

Monochromatic Colors of #db36df

#db36df

Complementary Color

#db36df #3adf36

#db36df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db36df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db36df Color CSS Codes

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

#db36df Text Font Color

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

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


#db36df Background Color

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

This div background color is #db36df


#db36df Border Color

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

This div border color is #db36df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db36df


Comments

No comments written yet.

Please login to write comment.