Color Hex Logo

#e47369 Color Hex

#E47369
(228,115,105)
0 Favorites   0 Comments

Color spaces of #e47369

RGB 228115105
HSL0.010.690.65
HSV54°89°
CMYK 0.000.500.54   0.11
XYZ40.675429.775416.9680
Yxy29.77540.46530.3406
Hunter Lab54.566837.566119.7601
CIE-Lab61.459942.912525.9249

#e47369 color RGB value is (228,115,105).

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

The process color (four color CMYK) of #e47369 color hex is 0.00, 0.50, 0.54, 0.11. Web safe color of #e47369 is #cc6666. Color #e47369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01110011 01101001
Octal 344 163 151
Decimal 228 115 105
Hex E4 73 69

RGB Percentages of Color #e47369

%50.89
%25.67
%23.44

CMYK Percentages of Color #e47369

%0
%50
%54
%11

Triadic Colors of #e47369

#e47369 #69e473 #7369e4

Analogous Colors of #e47369

#e47369 #e4b169 #e4699d

Monochromatic Colors of #e47369

#e47369

Complementary Color

#e47369 #69dae4

#e47369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e47369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e47369 Color CSS Codes

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

#e47369 Text Font Color

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

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


#e47369 Background Color

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

This div background color is #e47369


#e47369 Border Color

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

This div border color is #e47369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e47369


Comments

No comments written yet.

Please login to write comment.