Color Hex Logo

#df73ba Color Hex

#DF73BA
(223,115,186)
0 Favorites   0 Comments

Color spaces of #df73ba

RGB 223115186
HSL0.890.630.66
HSV321°48°87°
CMYK 0.000.480.17   0.13
XYZ45.425131.494650.1393
Yxy31.49460.35750.2479
Hunter Lab56.120046.2727-13.6874
CIE-Lab62.923050.7360-18.3693

#df73ba color RGB value is (223,115,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 10111010
Octal 337 163 272
Decimal 223 115 186
Hex DF 73 BA

RGB Percentages of Color #df73ba

%42.56
%21.95
%35.50

CMYK Percentages of Color #df73ba

%0
%48
%17
%13

Triadic Colors of #df73ba

#df73ba #badf73 #73badf

Analogous Colors of #df73ba

#df73ba #df7384 #ce73df

Monochromatic Colors of #df73ba

#df73ba

Complementary Color

#df73ba #73df98

#df73ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73ba Color CSS Codes

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

#df73ba Text Font Color

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

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


#df73ba Background Color

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

This div background color is #df73ba


#df73ba Border Color

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

This div border color is #df73ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73ba


Comments

No comments written yet.

Please login to write comment.