Color Hex Logo

#e76cae Color Hex

#E76CAE
(231,108,174)
0 Favorites   0 Comments

Color spaces of #e76cae

RGB 231108174
HSL0.910.720.66
HSV328°53°91°
CMYK 0.000.530.25   0.09
XYZ45.957530.770043.5614
Yxy30.77000.38210.2558
Hunter Lab55.470750.8135-7.7312
CIE-Lab62.313054.8865-12.3481

#e76cae color RGB value is (231,108,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101100 10101110
Octal 347 154 256
Decimal 231 108 174
Hex E7 6C AE

RGB Percentages of Color #e76cae

%45.03
%21.05
%33.92

CMYK Percentages of Color #e76cae

%0
%53
%25
%9

Triadic Colors of #e76cae

#e76cae #aee76c #6caee7

Analogous Colors of #e76cae

#e76cae #e76c71 #e36ce7

Monochromatic Colors of #e76cae

#e76cae

Complementary Color

#e76cae #6ce7a5

#e76cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76cae Color CSS Codes

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

#e76cae Text Font Color

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

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


#e76cae Background Color

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

This div background color is #e76cae


#e76cae Border Color

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

This div border color is #e76cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76cae


Comments

No comments written yet.

Please login to write comment.