Color Hex Logo

#e48169 Color Hex

#E48169
(228,129,105)
0 Favorites   0 Comments

Color spaces of #e48169

RGB 228129105
HSL0.030.690.65
HSV12°54°89°
CMYK 0.000.430.54   0.11
XYZ42.395033.214417.5412
Yxy33.21440.45510.3566
Hunter Lab57.631930.451622.2965
CIE-Lab64.334135.760429.6819

#e48169 color RGB value is (228,129,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 01101001
Octal 344 201 151
Decimal 228 129 105
Hex E4 81 69

RGB Percentages of Color #e48169

%49.35
%27.92
%22.73

CMYK Percentages of Color #e48169

%0
%43
%54
%11

Triadic Colors of #e48169

#e48169 #69e481 #8169e4

Analogous Colors of #e48169

#e48169 #e4bf69 #e4698f

Monochromatic Colors of #e48169

#e48169

Complementary Color

#e48169 #69cce4

#e48169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e48169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e48169 Color CSS Codes

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

#e48169 Text Font Color

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

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


#e48169 Background Color

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

This div background color is #e48169


#e48169 Border Color

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

This div border color is #e48169


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,129,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 #e48169">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e48169


Comments

No comments written yet.

Please login to write comment.