Color Hex Logo

#e48485 Color Hex

#E48485
(228,132,133)
0 Favorites   0 Comments

Color spaces of #e48485

RGB 228132133
HSL1.000.640.71
HSV359°42°89°
CMYK 0.000.420.42   0.11
XYZ44.479834.690026.5418
Yxy34.69000.42080.3282
Hunter Lab58.898231.730914.5104
CIE-Lab65.506636.868915.5929

#e48485 color RGB value is (228,132,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000100 10000101
Octal 344 204 205
Decimal 228 132 133
Hex E4 84 85

RGB Percentages of Color #e48485

%46.25
%26.77
%26.98

CMYK Percentages of Color #e48485

%0
%42
%42
%11

Triadic Colors of #e48485

#e48485 #85e484 #8485e4

Analogous Colors of #e48485

#e48485 #e4b384 #e484b5

Monochromatic Colors of #e48485

#e48485

Complementary Color

#e48485 #84e4e3

#e48485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48485 Color CSS Codes

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

#e48485 Text Font Color

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

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


#e48485 Background Color

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

This div background color is #e48485


#e48485 Border Color

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

This div border color is #e48485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48485


Comments

No comments written yet.

Please login to write comment.