Color Hex Logo

#e4916f Color Hex

#E4916F
(228,145,111)
0 Favorites   0 Comments

Color spaces of #e4916f

RGB 228145111
HSL0.050.680.66
HSV17°51°89°
CMYK 0.000.360.51   0.11
XYZ44.989637.892519.9817
Yxy37.89250.43740.3684
Hunter Lab61.556922.734423.8440
CIE-Lab67.941327.851931.0717

#e4916f color RGB value is (228,145,111).

#e4916f hex color red value is 228, green value is 145 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #e4916f hue: 0.05 , saturation: 0.68 and the lightness value of e4916f is 0.66.

The process color (four color CMYK) of #e4916f color hex is 0.00, 0.36, 0.51, 0.11. Web safe color of #e4916f is #cc9966. Color #e4916f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10010001 01101111
Octal 344 221 157
Decimal 228 145 111
Hex E4 91 6F

RGB Percentages of Color #e4916f

%47.11
%29.96
%22.93

CMYK Percentages of Color #e4916f

%0
%36
%51
%11

Triadic Colors of #e4916f

#e4916f #6fe491 #916fe4

Analogous Colors of #e4916f

#e4916f #e4cc6f #e46f88

Monochromatic Colors of #e4916f

#e4916f

Complementary Color

#e4916f #6fc2e4

#e4916f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4916f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4916f Color CSS Codes

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

#e4916f Text Font Color

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

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


#e4916f Background Color

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

This div background color is #e4916f


#e4916f Border Color

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

This div border color is #e4916f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4916f


Comments

No comments written yet.

Please login to write comment.