Color Hex Logo

#e78074 Color Hex

#E78074
(231,128,116)
0 Favorites   0 Comments

Color spaces of #e78074

RGB 231128116
HSL0.020.710.68
HSV50°91°
CMYK 0.000.450.50   0.09
XYZ43.826633.688220.7156
Yxy33.68820.44620.3430
Hunter Lab58.041533.210919.4679
CIE-Lab64.714338.374324.1331

#e78074 color RGB value is (231,128,116).

#e78074 hex color red value is 231, green value is 128 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #e78074 hue: 0.02 , saturation: 0.71 and the lightness value of e78074 is 0.68.

The process color (four color CMYK) of #e78074 color hex is 0.00, 0.45, 0.50, 0.09. Web safe color of #e78074 is #ff9966. Color #e78074 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000000 01110100
Octal 347 200 164
Decimal 231 128 116
Hex E7 80 74

RGB Percentages of Color #e78074

%48.63
%26.95
%24.42

CMYK Percentages of Color #e78074

%0
%45
%50
%9

Triadic Colors of #e78074

#e78074 #74e780 #8074e7

Analogous Colors of #e78074

#e78074 #e7ba74 #e774a2

Monochromatic Colors of #e78074

#e78074

Complementary Color

#e78074 #74dbe7

#e78074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78074 Color CSS Codes

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

#e78074 Text Font Color

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

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


#e78074 Background Color

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

This div background color is #e78074


#e78074 Border Color

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

This div border color is #e78074


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,128,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e78074; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e78074;
  -webkit-box-shadow: 1px 1px 3px 2px #e78074;
  box-shadow:         1px 1px 3px 2px #e78074; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,128,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78074


Comments

No comments written yet.

Please login to write comment.