Color Hex Logo

#df73ff Color Hex Heliotrope

#DF73FF
(223,115,255)
7 Favorites   0 Comments

Color spaces of #df73ff Heliotrope

RGB 223115255
HSL0.801.000.73
HSV286°55°100°
CMYK 0.130.550.00   0.00
XYZ54.612235.169498.5177
Yxy35.16940.29000.1868
Hunter Lab59.303860.5970-56.9821
CIE-Lab65.880362.7424-52.2678

#df73ff color RGB value is (223,115,255). #df73ff color name is Heliotrope color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 11111111
Octal 337 163 377
Decimal 223 115 255
Hex DF 73 FF

RGB Percentages of Color #df73ff

%37.61
%19.39
%43.00

CMYK Percentages of Color #df73ff

%13
%55
%0
%0

Triadic Colors of #df73ff

#df73ff #ffdf73 #73ffdf

Analogous Colors of #df73ff

#df73ff #ff73d9 #9973ff

Monochromatic Colors of #df73ff

#df73ff

Complementary Color

#df73ff #93ff73

#df73ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73ff Color CSS Codes

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

#df73ff Text Font Color

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

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


#df73ff Background Color

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

This div background color is #df73ff


#df73ff Border Color

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

This div border color is #df73ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73ff

Related Colors


Comments

No comments written yet.

Please login to write comment.