Color Hex Logo

#e76188 Color Hex

#E76188
(231,97,136)
0 Favorites   0 Comments

Color spaces of #e76188

RGB 23197136
HSL0.950.740.64
HSV343°58°91°
CMYK 0.000.580.41   0.09
XYZ41.673627.315926.3686
Yxy27.31590.43700.2865
Hunter Lab52.264650.86536.6722
CIE-Lab59.265655.42825.1049

#e76188 color RGB value is (231,97,136).

#e76188 hex color red value is 231, green value is 97 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #e76188 hue: 0.95 , saturation: 0.74 and the lightness value of e76188 is 0.64.

The process color (four color CMYK) of #e76188 color hex is 0.00, 0.58, 0.41, 0.09. Web safe color of #e76188 is #ff6699. Color #e76188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01100001 10001000
Octal 347 141 210
Decimal 231 97 136
Hex E7 61 88

RGB Percentages of Color #e76188

%49.78
%20.91
%29.31

CMYK Percentages of Color #e76188

%0
%58
%41
%9

Triadic Colors of #e76188

#e76188 #88e761 #6188e7

Analogous Colors of #e76188

#e76188 #e77d61 #e761cb

Monochromatic Colors of #e76188

#e76188

Complementary Color

#e76188 #61e7c0

#e76188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76188 Color CSS Codes

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

#e76188 Text Font Color

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

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


#e76188 Background Color

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

This div background color is #e76188


#e76188 Border Color

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

This div border color is #e76188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76188


Comments

No comments written yet.

Please login to write comment.