Color Hex Logo

#e56576 Color Hex

#E56576
(229,101,118)
0 Favorites   0 Comments

Color spaces of #e56576

RGB 229101118
HSL0.980.710.65
HSV352°56°90°
CMYK 0.000.560.48   0.10
XYZ40.236827.273420.2831
Yxy27.27340.45830.3107
Hunter Lab52.223946.136413.5293
CIE-Lab59.226551.180015.4776

#e56576 color RGB value is (229,101,118).

#e56576 hex color red value is 229, green value is 101 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #e56576 hue: 0.98 , saturation: 0.71 and the lightness value of e56576 is 0.65.

The process color (four color CMYK) of #e56576 color hex is 0.00, 0.56, 0.48, 0.10. Web safe color of #e56576 is #cc6666. Color #e56576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100101 01110110
Octal 345 145 166
Decimal 229 101 118
Hex E5 65 76

RGB Percentages of Color #e56576

%51.12
%22.54
%26.34

CMYK Percentages of Color #e56576

%0
%56
%48
%10

Triadic Colors of #e56576

#e56576 #76e565 #6576e5

Analogous Colors of #e56576

#e56576 #e59465 #e565b6

Monochromatic Colors of #e56576

#e56576

Complementary Color

#e56576 #65e5d4

#e56576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56576 Color CSS Codes

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

#e56576 Text Font Color

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

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


#e56576 Background Color

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

This div background color is #e56576


#e56576 Border Color

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

This div border color is #e56576


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,101,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 #e56576">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56576


Comments

No comments written yet.

Please login to write comment.