Color Hex Logo

#e76bad Color Hex

#E76BAD
(231,107,173)
0 Favorites   0 Comments

Color spaces of #e76bad

RGB 231107173
HSL0.910.720.66
HSV328°54°91°
CMYK 0.000.540.25   0.09
XYZ45.755530.521443.0148
Yxy30.52140.38360.2559
Hunter Lab55.246251.1549-7.4910
CIE-Lab62.101555.2222-12.0937

#e76bad color RGB value is (231,107,173).

#e76bad hex color red value is 231, green value is 107 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e76bad hue: 0.91 , saturation: 0.72 and the lightness value of e76bad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101011 10101101
Octal 347 153 255
Decimal 231 107 173
Hex E7 6B AD

RGB Percentages of Color #e76bad

%45.21
%20.94
%33.86

CMYK Percentages of Color #e76bad

%0
%54
%25
%9

Triadic Colors of #e76bad

#e76bad #ade76b #6bade7

Analogous Colors of #e76bad

#e76bad #e76b6f #e36be7

Monochromatic Colors of #e76bad

#e76bad

Complementary Color

#e76bad #6be7a5

#e76bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76bad Color CSS Codes

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

#e76bad Text Font Color

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

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


#e76bad Background Color

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

This div background color is #e76bad


#e76bad Border Color

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

This div border color is #e76bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76bad


Comments

No comments written yet.

Please login to write comment.