Color Hex Logo

#e48287 Color Hex

#E48287
(228,130,135)
0 Favorites   0 Comments

Color spaces of #e48287

RGB 228130135
HSL0.990.640.70
HSV357°43°89°
CMYK 0.000.430.41   0.11
XYZ44.350734.208527.1870
Yxy34.20850.41940.3235
Hunter Lab58.488033.000113.3818
CIE-Lab65.127738.126013.9354

#e48287 color RGB value is (228,130,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 10000111
Octal 344 202 207
Decimal 228 130 135
Hex E4 82 87

RGB Percentages of Color #e48287

%46.25
%26.37
%27.38

CMYK Percentages of Color #e48287

%0
%43
%41
%11

Triadic Colors of #e48287

#e48287 #87e482 #8287e4

Analogous Colors of #e48287

#e48287 #e4ae82 #e482b8

Monochromatic Colors of #e48287

#e48287

Complementary Color

#e48287 #82e4df

#e48287 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48287 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48287 Color CSS Codes

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

#e48287 Text Font Color

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

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


#e48287 Background Color

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

This div background color is #e48287


#e48287 Border Color

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

This div border color is #e48287


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48287


Comments

No comments written yet.

Please login to write comment.