Color Hex Logo

#e7867e Color Hex

#E7867E
(231,134,126)
0 Favorites   0 Comments

Color spaces of #e7867e

RGB 231134126
HSL0.010.690.70
HSV45°91°
CMYK 0.000.420.45   0.09
XYZ45.246035.545524.2149
Yxy35.54550.43090.3385
Hunter Lab59.620031.129617.6532
CIE-Lab66.171236.220620.5019

#e7867e color RGB value is (231,134,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 01111110
Octal 347 206 176
Decimal 231 134 126
Hex E7 86 7E

RGB Percentages of Color #e7867e

%47.05
%27.29
%25.66

CMYK Percentages of Color #e7867e

%0
%42
%45
%9

Triadic Colors of #e7867e

#e7867e #7ee786 #867ee7

Analogous Colors of #e7867e

#e7867e #e7bb7e #e77eab

Monochromatic Colors of #e7867e

#e7867e

Complementary Color

#e7867e #7edfe7

#e7867e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7867e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7867e Color CSS Codes

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

#e7867e Text Font Color

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

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


#e7867e Background Color

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

This div background color is #e7867e


#e7867e Border Color

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

This div border color is #e7867e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7867e


Comments

No comments written yet.

Please login to write comment.