Color Hex Logo

#df73fe Color Hex

#DF73FE
(223,115,254)
0 Favorites   0 Comments

Color spaces of #df73fe

RGB 223115254
HSL0.800.990.72
HSV287°55°100°
CMYK 0.120.550.00   0.00
XYZ54.451635.105297.6720
Yxy35.10520.29080.1875
Hunter Lab59.249660.3582-56.2638
CIE-Lab65.830562.5494-51.7986

#df73fe color RGB value is (223,115,254).

#df73fe hex color red value is 223, green value is 115 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #df73fe hue: 0.80 , saturation: 0.99 and the lightness value of df73fe is 0.72.

The process color (four color CMYK) of #df73fe color hex is 0.12, 0.55, 0.00, 0.00. Web safe color of #df73fe is #cc66ff. Color #df73fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 11111110
Octal 337 163 376
Decimal 223 115 254
Hex DF 73 FE

RGB Percentages of Color #df73fe

%37.67
%19.43
%42.91

CMYK Percentages of Color #df73fe

%12
%55
%0
%0

Triadic Colors of #df73fe

#df73fe #fedf73 #73fedf

Analogous Colors of #df73fe

#df73fe #fe73d8 #9a73fe

Monochromatic Colors of #df73fe

#df73fe

Complementary Color

#df73fe #92fe73

#df73fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73fe Color CSS Codes

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

#df73fe Text Font Color

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

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


#df73fe Background Color

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

This div background color is #df73fe


#df73fe Border Color

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

This div border color is #df73fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73fe

Related Colors


Comments

No comments written yet.

Please login to write comment.