Color Hex Logo

#de49ed Color Hex

#DE49ED
(222,73,237)
0 Favorites   0 Comments

Color spaces of #de49ed

RGB 22273237
HSL0.820.820.61
HSV295°69°93°
CMYK 0.060.690.00   0.07
XYZ47.792826.409182.6993
Yxy26.40910.30460.1683
Hunter Lab51.389876.0739-59.4399
CIE-Lab58.423376.8082-54.1619

#de49ed color RGB value is (222,73,237).

#de49ed hex color red value is 222, green value is 73 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #de49ed hue: 0.82 , saturation: 0.82 and the lightness value of de49ed is 0.61.

The process color (four color CMYK) of #de49ed color hex is 0.06, 0.69, 0.00, 0.07. Web safe color of #de49ed is #cc33ff. Color #de49ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01001001 11101101
Octal 336 111 355
Decimal 222 73 237
Hex DE 49 ED

RGB Percentages of Color #de49ed

%41.73
%13.72
%44.55

CMYK Percentages of Color #de49ed

%6
%69
%0
%7

Triadic Colors of #de49ed

#de49ed #edde49 #49edde

Analogous Colors of #de49ed

#de49ed #ed49aa #8c49ed

Monochromatic Colors of #de49ed

#de49ed

Complementary Color

#de49ed #58ed49

#de49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#de49ed Color CSS Codes

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

#de49ed Text Font Color

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

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


#de49ed Background Color

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

This div background color is #de49ed


#de49ed Border Color

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

This div border color is #de49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de49ed


Comments

No comments written yet.

Please login to write comment.