Color Hex Logo

#de73fd Color Hex

#DE73FD
(222,115,253)
0 Favorites   0 Comments

Color spaces of #de73fd

RGB 222115253
HSL0.800.970.72
HSV287°55°99°
CMYK 0.120.550.00   0.01
XYZ53.984634.882996.8163
Yxy34.88290.29070.1879
Hunter Lab59.061759.7975-55.8472
CIE-Lab65.657462.1049-51.5321

#de73fd color RGB value is (222,115,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110011 11111101
Octal 336 163 375
Decimal 222 115 253
Hex DE 73 FD

RGB Percentages of Color #de73fd

%37.63
%19.49
%42.88

CMYK Percentages of Color #de73fd

%12
%55
%0
%1

Triadic Colors of #de73fd

#de73fd #fdde73 #73fdde

Analogous Colors of #de73fd

#de73fd #fd73d7 #9973fd

Monochromatic Colors of #de73fd

#de73fd

Complementary Color

#de73fd #92fd73

#de73fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de73fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de73fd Color CSS Codes

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

#de73fd Text Font Color

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

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


#de73fd Background Color

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

This div background color is #de73fd


#de73fd Border Color

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

This div border color is #de73fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de73fd

Related Colors


Comments

No comments written yet.

Please login to write comment.