Color Hex Logo

#e76bae Color Hex

#E76BAE
(231,107,174)
0 Favorites   0 Comments

Color spaces of #e76bae

RGB 231107174
HSL0.910.720.66
HSV328°54°91°
CMYK 0.000.540.25   0.09
XYZ45.852730.560343.5264
Yxy30.56030.38230.2548
Hunter Lab55.281451.3130-7.9857
CIE-Lab62.134755.3565-12.6161

#e76bae color RGB value is (231,107,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101011 10101110
Octal 347 153 256
Decimal 231 107 174
Hex E7 6B AE

RGB Percentages of Color #e76bae

%45.12
%20.90
%33.98

CMYK Percentages of Color #e76bae

%0
%54
%25
%9

Triadic Colors of #e76bae

#e76bae #aee76b #6baee7

Analogous Colors of #e76bae

#e76bae #e76b70 #e26be7

Monochromatic Colors of #e76bae

#e76bae

Complementary Color

#e76bae #6be7a4

#e76bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76bae Color CSS Codes

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

#e76bae Text Font Color

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

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


#e76bae Background Color

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

This div background color is #e76bae


#e76bae Border Color

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

This div border color is #e76bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76bae


Comments

No comments written yet.

Please login to write comment.