Color Hex Logo

#e7768c Color Hex

#E7768C
(231,118,140)
0 Favorites   0 Comments

Color spaces of #e7768c

RGB 231118140
HSL0.970.700.68
HSV348°49°91°
CMYK 0.000.490.39   0.09
XYZ44.167131.839228.6287
Yxy31.83920.42210.3043
Hunter Lab56.426240.97339.4167
CIE-Lab63.209845.85728.4406

#e7768c color RGB value is (231,118,140).

#e7768c hex color red value is 231, green value is 118 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e7768c hue: 0.97 , saturation: 0.70 and the lightness value of e7768c is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110110 10001100
Octal 347 166 214
Decimal 231 118 140
Hex E7 76 8C

RGB Percentages of Color #e7768c

%47.24
%24.13
%28.63

CMYK Percentages of Color #e7768c

%0
%49
%39
%9

Triadic Colors of #e7768c

#e7768c #8ce776 #768ce7

Analogous Colors of #e7768c

#e7768c #e79976 #e776c5

Monochromatic Colors of #e7768c

#e7768c

Complementary Color

#e7768c #76e7d1

#e7768c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7768c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7768c Color CSS Codes

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

#e7768c Text Font Color

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

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


#e7768c Background Color

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

This div background color is #e7768c


#e7768c Border Color

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

This div border color is #e7768c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7768c


Comments

No comments written yet.

Please login to write comment.