Color Hex Logo

#e7807e Color Hex

#E7807E
(231,128,126)
0 Favorites   0 Comments

Color spaces of #e7807e

RGB 231128126
HSL0.000.690.70
HSV45°91°
CMYK 0.000.450.45   0.09
XYZ44.440133.933623.9463
Yxy33.93360.43430.3316
Hunter Lab58.252634.233316.4040
CIE-Lab64.909839.325618.7769

#e7807e color RGB value is (231,128,126).

#e7807e hex color red value is 231, green value is 128 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #e7807e hue: 0.00 , saturation: 0.69 and the lightness value of e7807e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000000 01111110
Octal 347 200 176
Decimal 231 128 126
Hex E7 80 7E

RGB Percentages of Color #e7807e

%47.63
%26.39
%25.98

CMYK Percentages of Color #e7807e

%0
%45
%45
%9

Triadic Colors of #e7807e

#e7807e #7ee780 #807ee7

Analogous Colors of #e7807e

#e7807e #e7b57e #e77eb1

Monochromatic Colors of #e7807e

#e7807e

Complementary Color

#e7807e #7ee5e7

#e7807e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7807e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7807e Color CSS Codes

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

#e7807e Text Font Color

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

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


#e7807e Background Color

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

This div background color is #e7807e


#e7807e Border Color

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

This div border color is #e7807e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7807e


Comments

No comments written yet.

Please login to write comment.