Color Hex Logo

#e56268 Color Hex

#E56268
(229,98,104)
0 Favorites   0 Comments

Color spaces of #e56268

RGB 22998104
HSL0.990.720.64
HSV357°57°90°
CMYK 0.000.570.55   0.10
XYZ39.179526.392916.1260
Yxy26.39290.47960.3231
Hunter Lab51.374046.225417.3510
CIE-Lab58.408151.390022.4737

#e56268 color RGB value is (229,98,104).

#e56268 hex color red value is 229, green value is 98 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #e56268 hue: 0.99 , saturation: 0.72 and the lightness value of e56268 is 0.64.

The process color (four color CMYK) of #e56268 color hex is 0.00, 0.57, 0.55, 0.10. Web safe color of #e56268 is #cc6666. Color #e56268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100010 01101000
Octal 345 142 150
Decimal 229 98 104
Hex E5 62 68

RGB Percentages of Color #e56268

%53.13
%22.74
%24.13

CMYK Percentages of Color #e56268

%0
%57
%55
%10

Triadic Colors of #e56268

#e56268 #68e562 #6268e5

Analogous Colors of #e56268

#e56268 #e59e62 #e562aa

Monochromatic Colors of #e56268

#e56268

Complementary Color

#e56268 #62e5df

#e56268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e56268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e56268 Color CSS Codes

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

#e56268 Text Font Color

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

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


#e56268 Background Color

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

This div background color is #e56268


#e56268 Border Color

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

This div border color is #e56268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,98,104, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e56268


Comments

No comments written yet.

Please login to write comment.