Color Hex Logo

#de466d Color Hex

#DE466D
(222,70,109)
0 Favorites   0 Comments

Color spaces of #de466d

RGB 22270109
HSL0.960.700.57
HSV345°68°87°
CMYK 0.000.680.51   0.13
XYZ35.074721.014016.6755
Yxy21.01400.48200.2888
Hunter Lab45.841056.355310.5209
CIE-Lab52.964861.375011.9001

#de466d color RGB value is (222,70,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000110 01101101
Octal 336 106 155
Decimal 222 70 109
Hex DE 46 6D

RGB Percentages of Color #de466d

%55.36
%17.46
%27.18

CMYK Percentages of Color #de466d

%0
%68
%51
%13

Triadic Colors of #de466d

#de466d #6dde46 #466dde

Analogous Colors of #de466d

#de466d #de6b46 #de46b9

Monochromatic Colors of #de466d

#de466d

Complementary Color

#de466d #46deb7

#de466d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de466d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de466d Color CSS Codes

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

#de466d Text Font Color

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

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


#de466d Background Color

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

This div background color is #de466d


#de466d Border Color

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

This div border color is #de466d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de466d


Comments

No comments written yet.

Please login to write comment.