Color Hex Logo

#e77bad Color Hex

#E77BAD
(231,123,173)
0 Favorites   0 Comments

Color spaces of #e77bad

RGB 231123173
HSL0.920.690.69
HSV332°47°91°
CMYK 0.000.470.25   0.09
XYZ47.580834.172043.6232
Yxy34.17200.37950.2726
Hunter Lab58.456842.9902-3.3252
CIE-Lab65.098947.4456-7.6145

#e77bad color RGB value is (231,123,173).

#e77bad hex color red value is 231, green value is 123 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e77bad hue: 0.92 , saturation: 0.69 and the lightness value of e77bad is 0.69.

The process color (four color CMYK) of #e77bad color hex is 0.00, 0.47, 0.25, 0.09. Web safe color of #e77bad is #ff6699. Color #e77bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111011 10101101
Octal 347 173 255
Decimal 231 123 173
Hex E7 7B AD

RGB Percentages of Color #e77bad

%43.83
%23.34
%32.83

CMYK Percentages of Color #e77bad

%0
%47
%25
%9

Triadic Colors of #e77bad

#e77bad #ade77b #7bade7

Analogous Colors of #e77bad

#e77bad #e77f7b #e77be3

Monochromatic Colors of #e77bad

#e77bad

Complementary Color

#e77bad #7be7b5

#e77bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77bad Color CSS Codes

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

#e77bad Text Font Color

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

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


#e77bad Background Color

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

This div background color is #e77bad


#e77bad Border Color

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

This div border color is #e77bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77bad


Comments

No comments written yet.

Please login to write comment.