Color Hex Logo

#de769e Color Hex

#DE769E
(222,118,158)
0 Favorites   0 Comments

Color spaces of #de769e

RGB 222118158
HSL0.940.610.67
HSV337°47°87°
CMYK 0.000.470.29   0.13
XYZ42.774230.955136.0682
Yxy30.95510.38960.2819
Hunter Lab55.637339.86630.5100
CIE-Lab62.469744.9323-3.0910

#de769e color RGB value is (222,118,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110110 10011110
Octal 336 166 236
Decimal 222 118 158
Hex DE 76 9E

RGB Percentages of Color #de769e

%44.58
%23.69
%31.73

CMYK Percentages of Color #de769e

%0
%47
%29
%13

Triadic Colors of #de769e

#de769e #9ede76 #769ede

Analogous Colors of #de769e

#de769e #de8276 #de76d2

Monochromatic Colors of #de769e

#de769e

Complementary Color

#de769e #76deb6

#de769e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de769e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de769e Color CSS Codes

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

#de769e Text Font Color

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

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


#de769e Background Color

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

This div background color is #de769e


#de769e Border Color

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

This div border color is #de769e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de769e


Comments

No comments written yet.

Please login to write comment.