Color Hex Logo

#de779c Color Hex

#DE779C
(222,119,156)
0 Favorites   0 Comments

Color spaces of #de779c

RGB 222119156
HSL0.940.610.67
HSV338°46°87°
CMYK 0.000.460.30   0.13
XYZ42.721831.123535.2082
Yxy31.12350.39180.2854
Hunter Lab55.788439.06241.6339
CIE-Lab62.611844.1635-1.7374

#de779c color RGB value is (222,119,156).

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

The process color (four color CMYK) of #de779c color hex is 0.00, 0.46, 0.30, 0.13. Web safe color of #de779c is #cc6699. Color #de779c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01110111 10011100
Octal 336 167 234
Decimal 222 119 156
Hex DE 77 9C

RGB Percentages of Color #de779c

%44.67
%23.94
%31.39

CMYK Percentages of Color #de779c

%0
%46
%30
%13

Triadic Colors of #de779c

#de779c #9cde77 #779cde

Analogous Colors of #de779c

#de779c #de8677 #de77d0

Monochromatic Colors of #de779c

#de779c

Complementary Color

#de779c #77deb9

#de779c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de779c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de779c Color CSS Codes

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

#de779c Text Font Color

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

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


#de779c Background Color

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

This div background color is #de779c


#de779c Border Color

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

This div border color is #de779c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de779c


Comments

No comments written yet.

Please login to write comment.