Color Hex Logo

#e77f72 Color Hex

#E77F72
(231,127,114)
0 Favorites   0 Comments

Color spaces of #e77f72

RGB 231127114
HSL0.020.710.68
HSV51°91°
CMYK 0.000.450.51   0.09
XYZ43.581633.382620.0661
Yxy33.38260.44920.3440
Hunter Lab57.777733.531319.8530
CIE-Lab64.469538.708324.9260

#e77f72 color RGB value is (231,127,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111111 01110010
Octal 347 177 162
Decimal 231 127 114
Hex E7 7F 72

RGB Percentages of Color #e77f72

%48.94
%26.91
%24.15

CMYK Percentages of Color #e77f72

%0
%45
%51
%9

Triadic Colors of #e77f72

#e77f72 #72e77f #7f72e7

Analogous Colors of #e77f72

#e77f72 #e7ba72 #e772a0

Monochromatic Colors of #e77f72

#e77f72

Complementary Color

#e77f72 #72dae7

#e77f72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77f72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77f72 Color CSS Codes

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

#e77f72 Text Font Color

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

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


#e77f72 Background Color

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

This div background color is #e77f72


#e77f72 Border Color

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

This div border color is #e77f72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77f72


Comments

No comments written yet.

Please login to write comment.