Color Hex Logo

#e7698c Color Hex

#E7698C
(231,105,140)
0 Favorites   0 Comments

Color spaces of #e7698c

RGB 231105140
HSL0.950.720.66
HSV343°55°91°
CMYK 0.000.550.39   0.09
XYZ42.740228.985528.1531
Yxy28.98550.42790.2902
Hunter Lab53.838247.48796.6828
CIE-Lab60.768852.16214.9456

#e7698c color RGB value is (231,105,140).

#e7698c hex color red value is 231, green value is 105 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e7698c hue: 0.95 , saturation: 0.72 and the lightness value of e7698c is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101001 10001100
Octal 347 151 214
Decimal 231 105 140
Hex E7 69 8C

RGB Percentages of Color #e7698c

%48.53
%22.06
%29.41

CMYK Percentages of Color #e7698c

%0
%55
%39
%9

Triadic Colors of #e7698c

#e7698c #8ce769 #698ce7

Analogous Colors of #e7698c

#e7698c #e78569 #e769cb

Monochromatic Colors of #e7698c

#e7698c

Complementary Color

#e7698c #69e7c4

#e7698c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7698c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7698c Color CSS Codes

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

#e7698c Text Font Color

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

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


#e7698c Background Color

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

This div background color is #e7698c


#e7698c Border Color

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

This div border color is #e7698c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7698c


Comments

No comments written yet.

Please login to write comment.