Color Hex Logo

#de5776 Color Hex

#DE5776
(222,87,118)
0 Favorites   0 Comments

Color spaces of #de5776

RGB 22287118
HSL0.960.670.61
HSV346°61°87°
CMYK 0.000.610.47   0.13
XYZ36.802423.654019.7655
Yxy23.65400.45880.2949
Hunter Lab48.635449.95919.9492
CIE-Lab55.739755.208710.4458

#de5776 color RGB value is (222,87,118).

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

The process color (four color CMYK) of #de5776 color hex is 0.00, 0.61, 0.47, 0.13. Web safe color of #de5776 is #cc6666. Color #de5776 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01010111 01110110
Octal 336 127 166
Decimal 222 87 118
Hex DE 57 76

RGB Percentages of Color #de5776

%51.99
%20.37
%27.63

CMYK Percentages of Color #de5776

%0
%61
%47
%13

Triadic Colors of #de5776

#de5776 #76de57 #5776de

Analogous Colors of #de5776

#de5776 #de7c57 #de57ba

Monochromatic Colors of #de5776

#de5776

Complementary Color

#de5776 #57debf

#de5776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de5776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de5776 Color CSS Codes

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

#de5776 Text Font Color

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

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


#de5776 Background Color

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

This div background color is #de5776


#de5776 Border Color

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

This div border color is #de5776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de5776


Comments

No comments written yet.

Please login to write comment.