Color Hex Logo

#e48269 Color Hex

#E48269
(228,130,105)
0 Favorites   0 Comments

Color spaces of #e48269

RGB 228130105
HSL0.030.690.65
HSV12°54°89°
CMYK 0.000.430.54   0.11
XYZ42.527333.479217.5853
Yxy33.47920.45440.3577
Hunter Lab57.861229.938222.4833
CIE-Lab64.547135.239629.9578

#e48269 color RGB value is (228,130,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 01101001
Octal 344 202 151
Decimal 228 130 105
Hex E4 82 69

RGB Percentages of Color #e48269

%49.24
%28.08
%22.68

CMYK Percentages of Color #e48269

%0
%43
%54
%11

Triadic Colors of #e48269

#e48269 #69e482 #8269e4

Analogous Colors of #e48269

#e48269 #e4c069 #e4698e

Monochromatic Colors of #e48269

#e48269

Complementary Color

#e48269 #69cbe4

#e48269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48269 Color CSS Codes

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

#e48269 Text Font Color

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

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


#e48269 Background Color

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

This div background color is #e48269


#e48269 Border Color

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

This div border color is #e48269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48269


Comments

No comments written yet.

Please login to write comment.