Color Hex Logo

#e76aec Color Hex

#E76AEC
(231,106,236)
0 Favorites   0 Comments

Color spaces of #e76aec

RGB 231106236
HSL0.830.770.67
HSV298°55°93°
CMYK 0.020.550.00   0.07
XYZ53.249433.353182.9881
Yxy33.35310.31400.1967
Hunter Lab57.752163.5167-44.7715
CIE-Lab64.445865.4389-43.9905

#e76aec color RGB value is (231,106,236).

#e76aec hex color red value is 231, green value is 106 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e76aec hue: 0.83 , saturation: 0.77 and the lightness value of e76aec is 0.67.

The process color (four color CMYK) of #e76aec color hex is 0.02, 0.55, 0.00, 0.07. Web safe color of #e76aec is #ff66ff. Color #e76aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 11101100
Octal 347 152 354
Decimal 231 106 236
Hex E7 6A EC

RGB Percentages of Color #e76aec

%40.31
%18.50
%41.19

CMYK Percentages of Color #e76aec

%2
%55
%0
%7

Triadic Colors of #e76aec

#e76aec #ece76a #6aece7

Analogous Colors of #e76aec

#e76aec #ec6ab0 #a66aec

Monochromatic Colors of #e76aec

#e76aec

Complementary Color

#e76aec #6fec6a

#e76aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76aec Color CSS Codes

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

#e76aec Text Font Color

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

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


#e76aec Background Color

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

This div background color is #e76aec


#e76aec Border Color

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

This div border color is #e76aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76aec


Comments

No comments written yet.

Please login to write comment.