Color Hex Logo

#e48683 Color Hex

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

Color spaces of #e48683

RGB 228134131
HSL0.010.640.70
HSV43°89°
CMYK 0.000.410.43   0.11
XYZ44.616735.182925.9121
Yxy35.18290.42210.3328
Hunter Lab59.315230.465615.6195
CIE-Lab65.890835.610617.2512

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

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

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

Base Numbers

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

RGB Percentages of Color #e48683

%46.25
%27.18
%26.57

CMYK Percentages of Color #e48683

%0
%41
%43
%11

Triadic Colors of #e48683

#e48683 #83e486 #8683e4

Analogous Colors of #e48683

#e48683 #e4b783 #e483b1

Monochromatic Colors of #e48683

#e48683

Complementary Color

#e48683 #83e1e4

#e48683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48683 Color CSS Codes

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

#e48683 Text Font Color

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

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


#e48683 Background Color

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

This div background color is #e48683


#e48683 Border Color

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

This div border color is #e48683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48683


Comments

No comments written yet.

Please login to write comment.