Color Hex Logo

#e76aeb Color Hex

#E76AEB
(231,106,235)
0 Favorites   0 Comments

Color spaces of #e76aeb

RGB 231106235
HSL0.830.760.67
HSV298°55°92°
CMYK 0.020.550.00   0.08
XYZ53.104433.295282.2250
Yxy33.29520.31490.1975
Hunter Lab57.702063.2989-44.0965
CIE-Lab64.399265.2652-43.5092

#e76aeb color RGB value is (231,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 11101011
Octal 347 152 353
Decimal 231 106 235
Hex E7 6A EB

RGB Percentages of Color #e76aeb

%40.38
%18.53
%41.08

CMYK Percentages of Color #e76aeb

%2
%55
%0
%8

Triadic Colors of #e76aeb

#e76aeb #ebe76a #6aebe7

Analogous Colors of #e76aeb

#e76aeb #eb6aaf #a76aeb

Monochromatic Colors of #e76aeb

#e76aeb

Complementary Color

#e76aeb #6eeb6a

#e76aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76aeb Color CSS Codes

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

#e76aeb Text Font Color

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

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


#e76aeb Background Color

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

This div background color is #e76aeb


#e76aeb Border Color

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

This div border color is #e76aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76aeb


Comments

No comments written yet.

Please login to write comment.