Color Hex Logo

#df73bb Color Hex

#DF73BB
(223,115,187)
0 Favorites   0 Comments

Color spaces of #df73bb

RGB 223115187
HSL0.890.630.66
HSV320°48°87°
CMYK 0.000.480.16   0.13
XYZ45.531831.537350.7012
Yxy31.53730.35640.2468
Hunter Lab56.158146.4474-14.2181
CIE-Lab62.958650.8882-18.8827

#df73bb color RGB value is (223,115,187).

#df73bb hex color red value is 223, green value is 115 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #df73bb hue: 0.89 , saturation: 0.63 and the lightness value of df73bb is 0.66.

The process color (four color CMYK) of #df73bb color hex is 0.00, 0.48, 0.16, 0.13. Web safe color of #df73bb is #cc66cc. Color #df73bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 10111011
Octal 337 163 273
Decimal 223 115 187
Hex DF 73 BB

RGB Percentages of Color #df73bb

%42.48
%21.90
%35.62

CMYK Percentages of Color #df73bb

%0
%48
%16
%13

Triadic Colors of #df73bb

#df73bb #bbdf73 #73bbdf

Analogous Colors of #df73bb

#df73bb #df7385 #cd73df

Monochromatic Colors of #df73bb

#df73bb

Complementary Color

#df73bb #73df97

#df73bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73bb Color CSS Codes

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

#df73bb Text Font Color

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

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


#df73bb Background Color

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

This div background color is #df73bb


#df73bb Border Color

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

This div border color is #df73bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73bb


Comments

No comments written yet.

Please login to write comment.