Color Hex Logo

#df32bb Color Hex

#DF32BB
(223,50,187)
0 Favorites   0 Comments

Color spaces of #df32bb

RGB 22350187
HSL0.870.730.54
HSV312°78°87°
CMYK 0.000.780.16   0.13
XYZ40.541721.557049.0378
Yxy21.55700.36480.1940
Hunter Lab46.429574.6124-30.1201
CIE-Lab53.553876.5775-33.3837

#df32bb color RGB value is (223,50,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110010 10111011
Octal 337 62 273
Decimal 223 50 187
Hex DF 32 BB

RGB Percentages of Color #df32bb

%48.48
%10.87
%40.65

CMYK Percentages of Color #df32bb

%0
%78
%16
%13

Triadic Colors of #df32bb

#df32bb #bbdf32 #32bbdf

Analogous Colors of #df32bb

#df32bb #df3265 #ad32df

Monochromatic Colors of #df32bb

#df32bb

Complementary Color

#df32bb #32df56

#df32bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df32bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df32bb Color CSS Codes

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

#df32bb Text Font Color

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

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


#df32bb Background Color

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

This div background color is #df32bb


#df32bb Border Color

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

This div border color is #df32bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df32bb


Comments

No comments written yet.

Please login to write comment.