Color Hex Logo

#e77850 Color Hex

#E77850
(231,120,80)
0 Favorites   0 Comments

Color spaces of #e77850

RGB 23112080
HSL0.040.760.61
HSV16°65°91°
CMYK 0.000.480.65   0.09
XYZ41.119431.001111.4060
Yxy31.00110.49230.3712
Hunter Lab55.678634.387026.8292
CIE-Lab62.508639.758641.0793

#e77850 color RGB value is (231,120,80).

#e77850 hex color red value is 231, green value is 120 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #e77850 hue: 0.04 , saturation: 0.76 and the lightness value of e77850 is 0.61.

The process color (four color CMYK) of #e77850 color hex is 0.00, 0.48, 0.65, 0.09. Web safe color of #e77850 is #ff6666. Color #e77850 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111000 01010000
Octal 347 170 120
Decimal 231 120 80
Hex E7 78 50

RGB Percentages of Color #e77850

%53.60
%27.84
%18.56

CMYK Percentages of Color #e77850

%0
%48
%65
%9

Triadic Colors of #e77850

#e77850 #50e778 #7850e7

Analogous Colors of #e77850

#e77850 #e7c450 #e75074

Monochromatic Colors of #e77850

#e77850

Complementary Color

#e77850 #50bfe7

#e77850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77850 Color CSS Codes

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

#e77850 Text Font Color

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

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


#e77850 Background Color

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

This div background color is #e77850


#e77850 Border Color

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

This div border color is #e77850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77850


Comments

No comments written yet.

Please login to write comment.