Color Hex Logo

#e77150 Color Hex

#E77150
(231,113,80)
0 Favorites   0 Comments

Color spaces of #e77150

RGB 23111380
HSL0.040.760.61
HSV13°65°91°
CMYK 0.000.510.65   0.09
XYZ40.308129.378411.1355
Yxy29.37840.49870.3635
Hunter Lab54.201837.891325.7605
CIE-Lab61.114143.265439.4264

#e77150 color RGB value is (231,113,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 01010000
Octal 347 161 120
Decimal 231 113 80
Hex E7 71 50

RGB Percentages of Color #e77150

%54.48
%26.65
%18.87

CMYK Percentages of Color #e77150

%0
%51
%65
%9

Triadic Colors of #e77150

#e77150 #50e771 #7150e7

Analogous Colors of #e77150

#e77150 #e7bd50 #e7507b

Monochromatic Colors of #e77150

#e77150

Complementary Color

#e77150 #50c6e7

#e77150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77150 Color CSS Codes

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

#e77150 Text Font Color

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

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


#e77150 Background Color

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

This div background color is #e77150


#e77150 Border Color

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

This div border color is #e77150


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77150


Comments

No comments written yet.

Please login to write comment.