Color Hex Logo

#db32df Color Hex

#DB32DF
(219,50,223)
0 Favorites   0 Comments

Color spaces of #db32df

RGB 21950223
HSL0.830.730.54
HSV299°78°87°
CMYK 0.020.780.00   0.13
XYZ43.673322.669071.8858
Yxy22.66900.31600.1640
Hunter Lab47.612080.4127-56.1892
CIE-Lab54.729780.9603-52.2025

#db32df color RGB value is (219,50,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00110010 11011111
Octal 333 62 337
Decimal 219 50 223
Hex DB 32 DF

RGB Percentages of Color #db32df

%44.51
%10.16
%45.33

CMYK Percentages of Color #db32df

%2
%78
%0
%13

Triadic Colors of #db32df

#db32df #dfdb32 #32dfdb

Analogous Colors of #db32df

#db32df #df328d #8532df

Monochromatic Colors of #db32df

#db32df

Complementary Color

#db32df #36df32

#db32df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db32df Color Preview on White Background

Lorem ipsum dolor sit amet.

#db32df Color CSS Codes

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

#db32df Text Font Color

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

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


#db32df Background Color

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

This div background color is #db32df


#db32df Border Color

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

This div border color is #db32df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db32df


Comments

No comments written yet.

Please login to write comment.