Color Hex Logo

#e7907e Color Hex

#E7907E
(231,144,126)
0 Favorites   0 Comments

Color spaces of #e7907e

RGB 231144126
HSL0.030.690.70
HSV10°45°91°
CMYK 0.000.380.45   0.09
XYZ46.694238.441824.6976
Yxy38.44180.42510.3500
Hunter Lab62.001525.928419.7835
CIE-Lab68.345030.972423.4500

#e7907e color RGB value is (231,144,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10010000 01111110
Octal 347 220 176
Decimal 231 144 126
Hex E7 90 7E

RGB Percentages of Color #e7907e

%46.11
%28.74
%25.15

CMYK Percentages of Color #e7907e

%0
%38
%45
%9

Triadic Colors of #e7907e

#e7907e #7ee790 #907ee7

Analogous Colors of #e7907e

#e7907e #e7c57e #e77ea1

Monochromatic Colors of #e7907e

#e7907e

Complementary Color

#e7907e #7ed5e7

#e7907e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7907e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7907e Color CSS Codes

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

#e7907e Text Font Color

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

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


#e7907e Background Color

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

This div background color is #e7907e


#e7907e Border Color

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

This div border color is #e7907e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7907e


Comments

No comments written yet.

Please login to write comment.