Color Hex Logo

#e77481 Color Hex

#E77481
(231,116,129)
0 Favorites   0 Comments

Color spaces of #e77481

RGB 231116129
HSL0.980.710.68
HSV353°50°91°
CMYK 0.000.500.44   0.09
XYZ43.162831.064724.4900
Yxy31.06470.43720.3147
Hunter Lab55.735740.696312.9633
CIE-Lab62.562245.690413.8224

#e77481 color RGB value is (231,116,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110100 10000001
Octal 347 164 201
Decimal 231 116 129
Hex E7 74 81

RGB Percentages of Color #e77481

%48.53
%24.37
%27.10

CMYK Percentages of Color #e77481

%0
%50
%44
%9

Triadic Colors of #e77481

#e77481 #81e774 #7481e7

Analogous Colors of #e77481

#e77481 #e7a174 #e774bb

Monochromatic Colors of #e77481

#e77481

Complementary Color

#e77481 #74e7da

#e77481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77481 Color CSS Codes

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

#e77481 Text Font Color

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

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


#e77481 Background Color

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

This div background color is #e77481


#e77481 Border Color

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

This div border color is #e77481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77481


Comments

No comments written yet.

Please login to write comment.