Color Hex Logo

#e77cab Color Hex

#E77CAB
(231,124,171)
0 Favorites   0 Comments

Color spaces of #e77cab

RGB 231124171
HSL0.930.690.70
HSV334°46°91°
CMYK 0.000.460.26   0.09
XYZ47.513334.344542.6530
Yxy34.34450.38160.2758
Hunter Lab58.604242.1614-2.1292
CIE-Lab65.235146.6706-6.2784

#e77cab color RGB value is (231,124,171).

#e77cab hex color red value is 231, green value is 124 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e77cab hue: 0.93 , saturation: 0.69 and the lightness value of e77cab is 0.70.

The process color (four color CMYK) of #e77cab color hex is 0.00, 0.46, 0.26, 0.09. Web safe color of #e77cab is #ff6699. Color #e77cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111100 10101011
Octal 347 174 253
Decimal 231 124 171
Hex E7 7C AB

RGB Percentages of Color #e77cab

%43.92
%23.57
%32.51

CMYK Percentages of Color #e77cab

%0
%46
%26
%9

Triadic Colors of #e77cab

#e77cab #abe77c #7cabe7

Analogous Colors of #e77cab

#e77cab #e7837c #e77ce1

Monochromatic Colors of #e77cab

#e77cab

Complementary Color

#e77cab #7ce7b8

#e77cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77cab Color CSS Codes

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

#e77cab Text Font Color

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

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


#e77cab Background Color

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

This div background color is #e77cab


#e77cab Border Color

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

This div border color is #e77cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77cab


Comments

No comments written yet.

Please login to write comment.