Color Hex Logo

#e77182 Color Hex

#E77182
(231,113,130)
0 Favorites   0 Comments

Color spaces of #e77182

RGB 231113130
HSL0.980.710.67
HSV351°51°91°
CMYK 0.000.510.44   0.09
XYZ42.889430.410924.7285
Yxy30.41090.43750.3102
Hunter Lab55.146142.321212.0155
CIE-Lab62.007247.269812.4718

#e77182 color RGB value is (231,113,130).

#e77182 hex color red value is 231, green value is 113 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #e77182 hue: 0.98 , saturation: 0.71 and the lightness value of e77182 is 0.67.

The process color (four color CMYK) of #e77182 color hex is 0.00, 0.51, 0.44, 0.09. Web safe color of #e77182 is #ff6699. Color #e77182 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110001 10000010
Octal 347 161 202
Decimal 231 113 130
Hex E7 71 82

RGB Percentages of Color #e77182

%48.73
%23.84
%27.43

CMYK Percentages of Color #e77182

%0
%51
%44
%9

Triadic Colors of #e77182

#e77182 #82e771 #7182e7

Analogous Colors of #e77182

#e77182 #e79b71 #e771bd

Monochromatic Colors of #e77182

#e77182

Complementary Color

#e77182 #71e7d6

#e77182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77182 Color CSS Codes

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

#e77182 Text Font Color

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

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


#e77182 Background Color

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

This div background color is #e77182


#e77182 Border Color

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

This div border color is #e77182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77182


Comments

No comments written yet.

Please login to write comment.