Color Hex Logo

#de76ad Color Hex

#DE76AD
(222,118,173)
0 Favorites   0 Comments

Color spaces of #de76ad

RGB 222118173
HSL0.910.610.67
HSV328°47°87°
CMYK 0.000.470.22   0.13
XYZ44.145531.503643.2892
Yxy31.50360.37120.2649
Hunter Lab56.128142.1686-6.4382
CIE-Lab62.930546.9979-10.9759

#de76ad color RGB value is (222,118,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 10101101
Octal 336 166 255
Decimal 222 118 173
Hex DE 76 AD

RGB Percentages of Color #de76ad

%43.27
%23.00
%33.72

CMYK Percentages of Color #de76ad

%0
%47
%22
%13

Triadic Colors of #de76ad

#de76ad #adde76 #76adde

Analogous Colors of #de76ad

#de76ad #de7679 #db76de

Monochromatic Colors of #de76ad

#de76ad

Complementary Color

#de76ad #76dea7

#de76ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de76ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#de76ad Color CSS Codes

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

#de76ad Text Font Color

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

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


#de76ad Background Color

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

This div background color is #de76ad


#de76ad Border Color

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

This div border color is #de76ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de76ad


Comments

No comments written yet.

Please login to write comment.