Color Hex Logo

#e39375 Color Hex

#E39375
(227,147,117)
0 Favorites   0 Comments

Color spaces of #e39375

RGB 227147117
HSL0.050.660.67
HSV16°48°89°
CMYK 0.000.350.48   0.11
XYZ45.323238.482721.8687
Yxy38.48270.42890.3642
Hunter Lab62.034421.854322.5229
CIE-Lab68.374926.943828.3486

#e39375 color RGB value is (227,147,117).

#e39375 hex color red value is 227, green value is 147 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #e39375 hue: 0.05 , saturation: 0.66 and the lightness value of e39375 is 0.67.

The process color (four color CMYK) of #e39375 color hex is 0.00, 0.35, 0.48, 0.11. Web safe color of #e39375 is #cc9966. Color #e39375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10010011 01110101
Octal 343 223 165
Decimal 227 147 117
Hex E3 93 75

RGB Percentages of Color #e39375

%46.23
%29.94
%23.83

CMYK Percentages of Color #e39375

%0
%35
%48
%11

Triadic Colors of #e39375

#e39375 #75e393 #9375e3

Analogous Colors of #e39375

#e39375 #e3ca75 #e3758e

Monochromatic Colors of #e39375

#e39375

Complementary Color

#e39375 #75c5e3

#e39375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39375 Color CSS Codes

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

#e39375 Text Font Color

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

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


#e39375 Background Color

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

This div background color is #e39375


#e39375 Border Color

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

This div border color is #e39375


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,147,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e39375; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e39375;
  -webkit-box-shadow: 1px 1px 3px 2px #e39375;
  box-shadow:         1px 1px 3px 2px #e39375; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,147,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39375


Comments

No comments written yet.

Please login to write comment.