Color Hex Logo

#e48182 Color Hex

#E48182
(228,129,130)
0 Favorites   0 Comments

Color spaces of #e48182

RGB 228129130
HSL1.000.650.70
HSV359°43°89°
CMYK 0.000.430.43   0.11
XYZ43.874433.806225.3319
Yxy33.80620.42590.3282
Hunter Lab58.143132.944514.8686
CIE-Lab64.808438.108916.3171

#e48182 color RGB value is (228,129,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 10000010
Octal 344 201 202
Decimal 228 129 130
Hex E4 81 82

RGB Percentages of Color #e48182

%46.82
%26.49
%26.69

CMYK Percentages of Color #e48182

%0
%43
%43
%11

Triadic Colors of #e48182

#e48182 #82e481 #8182e4

Analogous Colors of #e48182

#e48182 #e4b281 #e481b4

Monochromatic Colors of #e48182

#e48182

Complementary Color

#e48182 #81e4e3

#e48182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48182 Color CSS Codes

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

#e48182 Text Font Color

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

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


#e48182 Background Color

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

This div background color is #e48182


#e48182 Border Color

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

This div border color is #e48182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48182


Comments

No comments written yet.

Please login to write comment.