Color Hex Logo

#df73ef Color Hex

#DF73EF
(223,115,239)
0 Favorites   0 Comments

Color spaces of #df73ef

RGB 223115239
HSL0.810.790.69
HSV292°52°94°
CMYK 0.070.520.00   0.06
XYZ52.142134.181485.5108
Yxy34.18140.30340.1989
Hunter Lab58.464956.8824-45.7922
CIE-Lab65.106359.7148-44.6845

#df73ef color RGB value is (223,115,239).

#df73ef hex color red value is 223, green value is 115 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #df73ef hue: 0.81 , saturation: 0.79 and the lightness value of df73ef is 0.69.

The process color (four color CMYK) of #df73ef color hex is 0.07, 0.52, 0.00, 0.06. Web safe color of #df73ef is #cc66ff. Color #df73ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01110011 11101111
Octal 337 163 357
Decimal 223 115 239
Hex DF 73 EF

RGB Percentages of Color #df73ef

%38.65
%19.93
%41.42

CMYK Percentages of Color #df73ef

%7
%52
%0
%6

Triadic Colors of #df73ef

#df73ef #efdf73 #73efdf

Analogous Colors of #df73ef

#df73ef #ef73c1 #a173ef

Monochromatic Colors of #df73ef

#df73ef

Complementary Color

#df73ef #83ef73

#df73ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df73ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#df73ef Color CSS Codes

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

#df73ef Text Font Color

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

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


#df73ef Background Color

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

This div background color is #df73ef


#df73ef Border Color

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

This div border color is #df73ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df73ef


Comments

No comments written yet.

Please login to write comment.