Color Hex Logo

#e48478 Color Hex

#E48478
(228,132,120)
0 Favorites   0 Comments

Color spaces of #e48478

RGB 228132120
HSL0.020.670.68
HSV47°89°
CMYK 0.000.420.47   0.11
XYZ43.636334.352622.1001
Yxy34.35260.43600.3432
Hunter Lab58.611130.324918.6717
CIE-Lab65.241535.542122.5345

#e48478 color RGB value is (228,132,120).

#e48478 hex color red value is 228, green value is 132 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #e48478 hue: 0.02 , saturation: 0.67 and the lightness value of e48478 is 0.68.

The process color (four color CMYK) of #e48478 color hex is 0.00, 0.42, 0.47, 0.11. Web safe color of #e48478 is #cc9966. Color #e48478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 01111000
Octal 344 204 170
Decimal 228 132 120
Hex E4 84 78

RGB Percentages of Color #e48478

%47.50
%27.50
%25.00

CMYK Percentages of Color #e48478

%0
%42
%47
%11

Triadic Colors of #e48478

#e48478 #78e484 #8478e4

Analogous Colors of #e48478

#e48478 #e4ba78 #e478a2

Monochromatic Colors of #e48478

#e48478

Complementary Color

#e48478 #78d8e4

#e48478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48478 Color CSS Codes

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

#e48478 Text Font Color

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

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


#e48478 Background Color

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

This div background color is #e48478


#e48478 Border Color

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

This div border color is #e48478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48478


Comments

No comments written yet.

Please login to write comment.