Color Hex Logo

#de466e Color Hex

#DE466E
(222,70,110)
0 Favorites   0 Comments

Color spaces of #de466e

RGB 22270110
HSL0.960.700.57
HSV344°68°87°
CMYK 0.000.680.50   0.13
XYZ35.128821.035716.9607
Yxy21.03570.48040.2877
Hunter Lab45.864756.454010.1799
CIE-Lab52.988561.457011.3345

#de466e color RGB value is (222,70,110).

#de466e hex color red value is 222, green value is 70 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #de466e hue: 0.96 , saturation: 0.70 and the lightness value of de466e is 0.57.

The process color (four color CMYK) of #de466e color hex is 0.00, 0.68, 0.50, 0.13. Web safe color of #de466e is #cc3366. Color #de466e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000110 01101110
Octal 336 106 156
Decimal 222 70 110
Hex DE 46 6E

RGB Percentages of Color #de466e

%55.22
%17.41
%27.36

CMYK Percentages of Color #de466e

%0
%68
%50
%13

Triadic Colors of #de466e

#de466e #6ede46 #466ede

Analogous Colors of #de466e

#de466e #de6a46 #de46ba

Monochromatic Colors of #de466e

#de466e

Complementary Color

#de466e #46deb6

#de466e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de466e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de466e Color CSS Codes

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

#de466e Text Font Color

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

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


#de466e Background Color

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

This div background color is #de466e


#de466e Border Color

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

This div border color is #de466e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de466e


Comments

No comments written yet.

Please login to write comment.