Color Hex Logo

#de5adf Color Hex

#DE5ADF
(222,90,223)
0 Favorites   0 Comments

Color spaces of #de5adf

RGB 22290223
HSL0.830.680.61
HSV300°60°87°
CMYK 0.000.600.00   0.13
XYZ47.099628.169672.7669
Yxy28.16960.31820.1903
Hunter Lab53.075065.5223-44.1352
CIE-Lab60.041767.9011-43.7527

#de5adf color RGB value is (222,90,223).

#de5adf hex color red value is 222, green value is 90 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #de5adf hue: 0.83 , saturation: 0.68 and the lightness value of de5adf is 0.61.

The process color (four color CMYK) of #de5adf color hex is 0.00, 0.60, 0.00, 0.13. Web safe color of #de5adf is #cc66cc. Color #de5adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01011010 11011111
Octal 336 132 337
Decimal 222 90 223
Hex DE 5A DF

RGB Percentages of Color #de5adf

%41.50
%16.82
%41.68

CMYK Percentages of Color #de5adf

%0
%60
%0
%13

Triadic Colors of #de5adf

#de5adf #dfde5a #5adfde

Analogous Colors of #de5adf

#de5adf #df5a9e #9c5adf

Monochromatic Colors of #de5adf

#de5adf

Complementary Color

#de5adf #5bdf5a

#de5adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5adf Color CSS Codes

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

#de5adf Text Font Color

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

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


#de5adf Background Color

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

This div background color is #de5adf


#de5adf Border Color

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

This div border color is #de5adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5adf


Comments

No comments written yet.

Please login to write comment.