Color Hex Logo

#e48386 Color Hex

#E48386
(228,131,134)
0 Favorites   0 Comments

Color spaces of #e48386

RGB 228131134
HSL0.990.640.70
HSV358°43°89°
CMYK 0.000.430.41   0.11
XYZ44.414334.447826.8625
Yxy34.44780.42010.3258
Hunter Lab58.692232.365213.9485
CIE-Lab65.316537.497814.7639

#e48386 color RGB value is (228,131,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000011 10000110
Octal 344 203 206
Decimal 228 131 134
Hex E4 83 86

RGB Percentages of Color #e48386

%46.25
%26.57
%27.18

CMYK Percentages of Color #e48386

%0
%43
%41
%11

Triadic Colors of #e48386

#e48386 #86e483 #8386e4

Analogous Colors of #e48386

#e48386 #e4b183 #e483b7

Monochromatic Colors of #e48386

#e48386

Complementary Color

#e48386 #83e4e1

#e48386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48386 Color CSS Codes

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

#e48386 Text Font Color

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

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


#e48386 Background Color

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

This div background color is #e48386


#e48386 Border Color

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

This div border color is #e48386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48386


Comments

No comments written yet.

Please login to write comment.