Color Hex Logo

#e77aeb Color Hex

#E77AEB
(231,122,235)
0 Favorites   0 Comments

Color spaces of #e77aeb

RGB 231122235
HSL0.830.740.70
HSV298°48°92°
CMYK 0.020.480.00   0.08
XYZ54.909936.906182.8268
Yxy36.90610.31440.2113
Hunter Lab60.750455.0260-38.3104
CIE-Lab67.206557.7800-39.1122

#e77aeb color RGB value is (231,122,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01111010 11101011
Octal 347 172 353
Decimal 231 122 235
Hex E7 7A EB

RGB Percentages of Color #e77aeb

%39.29
%20.75
%39.97

CMYK Percentages of Color #e77aeb

%2
%48
%0
%8

Triadic Colors of #e77aeb

#e77aeb #ebe77a #7aebe7

Analogous Colors of #e77aeb

#e77aeb #eb7ab7 #af7aeb

Monochromatic Colors of #e77aeb

#e77aeb

Complementary Color

#e77aeb #7eeb7a

#e77aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e77aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e77aeb Color CSS Codes

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

#e77aeb Text Font Color

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

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


#e77aeb Background Color

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

This div background color is #e77aeb


#e77aeb Border Color

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

This div border color is #e77aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e77aeb


Comments

No comments written yet.

Please login to write comment.