Color Hex Logo

#df32db Color Hex

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

Color spaces of #df32db

RGB 22350219
HSL0.840.730.54
HSV301°78°87°
CMYK 0.000.780.02   0.13
XYZ44.358223.083769.1355
Yxy23.08370.32480.1690
Hunter Lab48.045580.7212-51.6840
CIE-Lab55.158481.1189-49.2135

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

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

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

Base Numbers

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

RGB Percentages of Color #df32db

%45.33
%10.16
%44.51

CMYK Percentages of Color #df32db

%0
%78
%2
%13

Triadic Colors of #df32db

#df32db #dbdf32 #32dbdf

Analogous Colors of #df32db

#df32db #df3285 #8d32df

Monochromatic Colors of #df32db

#df32db

Complementary Color

#df32db #32df36

#df32db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df32db Color Preview on White Background

Lorem ipsum dolor sit amet.

#df32db Color CSS Codes

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

#df32db Text Font Color

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

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


#df32db Background Color

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

This div background color is #df32db


#df32db Border Color

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

This div border color is #df32db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df32db


Comments

No comments written yet.

Please login to write comment.