Color Hex Logo

#df20bb Color Hex

#DF20BB
(223,32,187)
0 Favorites   0 Comments

Color spaces of #df20bb

RGB 22332187
HSL0.860.750.50
HSV311°86°87°
CMYK 0.000.860.16   0.13
XYZ39.917620.308948.8298
Yxy20.30890.36600.1862
Hunter Lab45.065479.2456-32.6968
CIE-Lab52.184780.5375-35.5272

#df20bb color RGB value is (223,32,187).

#df20bb hex color red value is 223, green value is 32 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df20bb hue: 0.86 , saturation: 0.75 and the lightness value of df20bb is 0.50.

The process color (four color CMYK) of #df20bb color hex is 0.00, 0.86, 0.16, 0.13. Web safe color of #df20bb is #cc33cc. Color #df20bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100000 10111011
Octal 337 40 273
Decimal 223 32 187
Hex DF 20 BB

RGB Percentages of Color #df20bb

%50.45
%7.24
%42.31

CMYK Percentages of Color #df20bb

%0
%86
%16
%13

Triadic Colors of #df20bb

#df20bb #bbdf20 #20bbdf

Analogous Colors of #df20bb

#df20bb #df205b #a420df

Monochromatic Colors of #df20bb

#df20bb

Complementary Color

#df20bb #20df44

#df20bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df20bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df20bb Color CSS Codes

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

#df20bb Text Font Color

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

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


#df20bb Background Color

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

This div background color is #df20bb


#df20bb Border Color

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

This div border color is #df20bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df20bb


Comments

No comments written yet.

Please login to write comment.