Color Hex Logo

#e77380 Color Hex

#E77380
(231,115,128)
0 Favorites   0 Comments

Color spaces of #e77380

RGB 231115128
HSL0.980.710.68
HSV353°50°91°
CMYK 0.000.500.45   0.09
XYZ42.982030.808924.1034
Yxy30.80890.43910.3147
Hunter Lab55.505841.090013.1073
CIE-Lab62.346046.085114.0930

#e77380 color RGB value is (231,115,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01110011 10000000
Octal 347 163 200
Decimal 231 115 128
Hex E7 73 80

RGB Percentages of Color #e77380

%48.73
%24.26
%27.00

CMYK Percentages of Color #e77380

%0
%50
%45
%9

Triadic Colors of #e77380

#e77380 #80e773 #7380e7

Analogous Colors of #e77380

#e77380 #e7a073 #e773ba

Monochromatic Colors of #e77380

#e77380

Complementary Color

#e77380 #73e7da

#e77380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77380 Color CSS Codes

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

#e77380 Text Font Color

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

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


#e77380 Background Color

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

This div background color is #e77380


#e77380 Border Color

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

This div border color is #e77380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77380


Comments

No comments written yet.

Please login to write comment.