Color Hex Logo

#e8768e Color Hex

#E8768E
(232,118,142)
0 Favorites   0 Comments

Color spaces of #e8768e

RGB 232118142
HSL0.960.710.69
HSV347°49°91°
CMYK 0.000.490.39   0.09
XYZ44.639632.065729.4277
Yxy32.06570.42060.3021
Hunter Lab56.626641.61788.8268
CIE-Lab63.397146.42577.5826

#e8768e color RGB value is (232,118,142).

#e8768e hex color red value is 232, green value is 118 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e8768e hue: 0.96 , saturation: 0.71 and the lightness value of e8768e is 0.69.

The process color (four color CMYK) of #e8768e color hex is 0.00, 0.49, 0.39, 0.09. Web safe color of #e8768e is #ff6699. Color #e8768e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110110 10001110
Octal 350 166 216
Decimal 232 118 142
Hex E8 76 8E

RGB Percentages of Color #e8768e

%47.15
%23.98
%28.86

CMYK Percentages of Color #e8768e

%0
%49
%39
%9

Triadic Colors of #e8768e

#e8768e #8ee876 #768ee8

Analogous Colors of #e8768e

#e8768e #e89776 #e876c7

Monochromatic Colors of #e8768e

#e8768e

Complementary Color

#e8768e #76e8d0

#e8768e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8768e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8768e Color CSS Codes

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

#e8768e Text Font Color

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

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


#e8768e Background Color

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

This div background color is #e8768e


#e8768e Border Color

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

This div border color is #e8768e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,118,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8768e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8768e;
  -webkit-box-shadow: 1px 1px 3px 2px #e8768e;
  box-shadow:         1px 1px 3px 2px #e8768e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,118,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8768e


Comments

No comments written yet.

Please login to write comment.