Color Hex Logo

#de76aa Color Hex

#DE76AA
(222,118,170)
0 Favorites   0 Comments

Color spaces of #de76aa

RGB 222118170
HSL0.920.610.67
HSV330°47°87°
CMYK 0.000.470.23   0.13
XYZ43.858331.388741.7773
Yxy31.38870.37480.2682
Hunter Lab56.025641.6896-4.9936
CIE-Lab62.834446.5705-9.4091

#de76aa color RGB value is (222,118,170).

#de76aa hex color red value is 222, green value is 118 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #de76aa hue: 0.92 , saturation: 0.61 and the lightness value of de76aa is 0.67.

The process color (four color CMYK) of #de76aa color hex is 0.00, 0.47, 0.23, 0.13. Web safe color of #de76aa is #cc6699. Color #de76aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 10101010
Octal 336 166 252
Decimal 222 118 170
Hex DE 76 AA

RGB Percentages of Color #de76aa

%43.53
%23.14
%33.33

CMYK Percentages of Color #de76aa

%0
%47
%23
%13

Triadic Colors of #de76aa

#de76aa #aade76 #76aade

Analogous Colors of #de76aa

#de76aa #de7676 #de76de

Monochromatic Colors of #de76aa

#de76aa

Complementary Color

#de76aa #76deaa

#de76aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de76aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#de76aa Color CSS Codes

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

#de76aa Text Font Color

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

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


#de76aa Background Color

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

This div background color is #de76aa


#de76aa Border Color

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

This div border color is #de76aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de76aa


Comments

No comments written yet.

Please login to write comment.