Color Hex Logo

#e77381 Color Hex

#E77381
(231,115,129)
0 Favorites   0 Comments

Color spaces of #e77381

RGB 231115129
HSL0.980.710.68
HSV353°50°91°
CMYK 0.000.500.44   0.09
XYZ43.048230.835424.4518
Yxy30.83540.43780.3136
Hunter Lab55.529641.201612.7631
CIE-Lab62.368446.185213.5516

#e77381 color RGB value is (231,115,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 10000001
Octal 347 163 201
Decimal 231 115 129
Hex E7 73 81

RGB Percentages of Color #e77381

%48.63
%24.21
%27.16

CMYK Percentages of Color #e77381

%0
%50
%44
%9

Triadic Colors of #e77381

#e77381 #81e773 #7381e7

Analogous Colors of #e77381

#e77381 #e79f73 #e773bb

Monochromatic Colors of #e77381

#e77381

Complementary Color

#e77381 #73e7d9

#e77381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77381 Color CSS Codes

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

#e77381 Text Font Color

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

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


#e77381 Background Color

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

This div background color is #e77381


#e77381 Border Color

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

This div border color is #e77381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77381


Comments

No comments written yet.

Please login to write comment.