Color Hex Logo

#e977a7 Color Hex

#E977A7
(233,119,167)
0 Favorites   0 Comments

Color spaces of #e977a7

RGB 233119167
HSL0.930.720.69
HSV335°49°91°
CMYK 0.000.490.28   0.09
XYZ47.176133.307340.5017
Yxy33.30730.38990.2753
Hunter Lab57.712544.9150-1.2100
CIE-Lab64.409049.2905-5.1999

#e977a7 color RGB value is (233,119,167).

#e977a7 hex color red value is 233, green value is 119 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #e977a7 hue: 0.93 , saturation: 0.72 and the lightness value of e977a7 is 0.69.

The process color (four color CMYK) of #e977a7 color hex is 0.00, 0.49, 0.28, 0.09. Web safe color of #e977a7 is #ff6699. Color #e977a7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01110111 10100111
Octal 351 167 247
Decimal 233 119 167
Hex E9 77 A7

RGB Percentages of Color #e977a7

%44.89
%22.93
%32.18

CMYK Percentages of Color #e977a7

%0
%49
%28
%9

Triadic Colors of #e977a7

#e977a7 #a7e977 #77a7e9

Analogous Colors of #e977a7

#e977a7 #e98077 #e977e0

Monochromatic Colors of #e977a7

#e977a7

Complementary Color

#e977a7 #77e9b9

#e977a7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e977a7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e977a7 Color CSS Codes

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

#e977a7 Text Font Color

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

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


#e977a7 Background Color

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

This div background color is #e977a7


#e977a7 Border Color

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

This div border color is #e977a7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,119,167, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e977a7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e977a7;
  -webkit-box-shadow: 1px 1px 3px 2px #e977a7;
  box-shadow:         1px 1px 3px 2px #e977a7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,119,167, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e977a7


Comments

No comments written yet.

Please login to write comment.