Color Hex Logo

#e77d73 Color Hex

#E77D73
(231,125,115)
0 Favorites   0 Comments

Color spaces of #e77d73

RGB 231125115
HSL0.010.710.68
HSV50°91°
CMYK 0.000.460.50   0.09
XYZ43.383132.894020.2823
Yxy32.89400.44930.3407
Hunter Lab57.353334.652519.1801
CIE-Lab64.075039.822623.8385

#e77d73 color RGB value is (231,125,115).

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

The process color (four color CMYK) of #e77d73 color hex is 0.00, 0.46, 0.50, 0.09. Web safe color of #e77d73 is #ff6666. Color #e77d73 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111101 01110011
Octal 347 175 163
Decimal 231 125 115
Hex E7 7D 73

RGB Percentages of Color #e77d73

%49.04
%26.54
%24.42

CMYK Percentages of Color #e77d73

%0
%46
%50
%9

Triadic Colors of #e77d73

#e77d73 #73e77d #7d73e7

Analogous Colors of #e77d73

#e77d73 #e7b773 #e773a3

Monochromatic Colors of #e77d73

#e77d73

Complementary Color

#e77d73 #73dde7

#e77d73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77d73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77d73 Color CSS Codes

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

#e77d73 Text Font Color

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

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


#e77d73 Background Color

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

This div background color is #e77d73


#e77d73 Border Color

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

This div border color is #e77d73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77d73


Comments

No comments written yet.

Please login to write comment.