Color Hex Logo

#e78154 Color Hex

#E78154
(231,129,84)
0 Favorites   0 Comments

Color spaces of #e78154

RGB 23112984
HSL0.050.750.62
HSV18°64°91°
CMYK 0.000.440.64   0.09
XYZ42.405533.329512.5857
Yxy33.32950.48010.3774
Hunter Lab57.731730.082627.4868
CIE-Lab64.426835.392441.2422

#e78154 color RGB value is (231,129,84).

#e78154 hex color red value is 231, green value is 129 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #e78154 hue: 0.05 , saturation: 0.75 and the lightness value of e78154 is 0.62.

The process color (four color CMYK) of #e78154 color hex is 0.00, 0.44, 0.64, 0.09. Web safe color of #e78154 is #ff9966. Color #e78154 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000001 01010100
Octal 347 201 124
Decimal 231 129 84
Hex E7 81 54

RGB Percentages of Color #e78154

%52.03
%29.05
%18.92

CMYK Percentages of Color #e78154

%0
%44
%64
%9

Triadic Colors of #e78154

#e78154 #54e781 #8154e7

Analogous Colors of #e78154

#e78154 #e7cb54 #e75471

Monochromatic Colors of #e78154

#e78154

Complementary Color

#e78154 #54bae7

#e78154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e78154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e78154 Color CSS Codes

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

#e78154 Text Font Color

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

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


#e78154 Background Color

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

This div background color is #e78154


#e78154 Border Color

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

This div border color is #e78154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e78154


Comments

No comments written yet.

Please login to write comment.