Color Hex Logo

#e48687 Color Hex

#E48687
(228,134,135)
0 Favorites   0 Comments

Color spaces of #e48687

RGB 228134135
HSL1.000.640.71
HSV359°41°89°
CMYK 0.000.410.41   0.11
XYZ44.893235.293427.3679
Yxy35.29340.41740.3281
Hunter Lab59.408230.923214.2723
CIE-Lab65.976536.042515.1200

#e48687 color RGB value is (228,134,135).

#e48687 hex color red value is 228, green value is 134 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #e48687 hue: 1.00 , saturation: 0.64 and the lightness value of e48687 is 0.71.

The process color (four color CMYK) of #e48687 color hex is 0.00, 0.41, 0.41, 0.11. Web safe color of #e48687 is #cc9999. Color #e48687 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000110 10000111
Octal 344 206 207
Decimal 228 134 135
Hex E4 86 87

RGB Percentages of Color #e48687

%45.88
%26.96
%27.16

CMYK Percentages of Color #e48687

%0
%41
%41
%11

Triadic Colors of #e48687

#e48687 #87e486 #8687e4

Analogous Colors of #e48687

#e48687 #e4b486 #e486b6

Monochromatic Colors of #e48687

#e48687

Complementary Color

#e48687 #86e4e3

#e48687 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48687 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48687 Color CSS Codes

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

#e48687 Text Font Color

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

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


#e48687 Background Color

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

This div background color is #e48687


#e48687 Border Color

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

This div border color is #e48687


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,134,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e48687; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e48687;
  -webkit-box-shadow: 1px 1px 3px 2px #e48687;
  box-shadow:         1px 1px 3px 2px #e48687; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,134,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48687


Comments

No comments written yet.

Please login to write comment.