Color Hex Logo

#df73be Color Hex

#DF73BE
(223,115,190)
0 Favorites   0 Comments

Color spaces of #df73be

RGB 223115190
HSL0.880.630.66
HSV318°48°87°
CMYK 0.000.480.15   0.13
XYZ45.856431.667152.4107
Yxy31.66710.35290.2437
Hunter Lab56.273546.9781-15.8286
CIE-Lab63.066851.3494-20.4192

#df73be color RGB value is (223,115,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 10111110
Octal 337 163 276
Decimal 223 115 190
Hex DF 73 BE

RGB Percentages of Color #df73be

%42.23
%21.78
%35.98

CMYK Percentages of Color #df73be

%0
%48
%15
%13

Triadic Colors of #df73be

#df73be #bedf73 #73bedf

Analogous Colors of #df73be

#df73be #df7388 #ca73df

Monochromatic Colors of #df73be

#df73be

Complementary Color

#df73be #73df94

#df73be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73be Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73be Color CSS Codes

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

#df73be Text Font Color

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

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


#df73be Background Color

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

This div background color is #df73be


#df73be Border Color

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

This div border color is #df73be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73be


Comments

No comments written yet.

Please login to write comment.