Color Hex Logo

#e76aed Color Hex

#E76AED
(231,106,237)
0 Favorites   0 Comments

Color spaces of #e76aed

RGB 231106237
HSL0.830.780.67
HSV297°55°93°
CMYK 0.030.550.00   0.07
XYZ53.395133.411483.7556
Yxy33.41140.31310.1959
Hunter Lab57.802663.7347-45.4490
CIE-Lab64.492665.6126-44.4712

#e76aed color RGB value is (231,106,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101010 11101101
Octal 347 152 355
Decimal 231 106 237
Hex E7 6A ED

RGB Percentages of Color #e76aed

%40.24
%18.47
%41.29

CMYK Percentages of Color #e76aed

%3
%55
%0
%7

Triadic Colors of #e76aed

#e76aed #ede76a #6aede7

Analogous Colors of #e76aed

#e76aed #ed6ab2 #a66aed

Monochromatic Colors of #e76aed

#e76aed

Complementary Color

#e76aed #70ed6a

#e76aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e76aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e76aed Color CSS Codes

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

#e76aed Text Font Color

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

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


#e76aed Background Color

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

This div background color is #e76aed


#e76aed Border Color

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

This div border color is #e76aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e76aed


Comments

No comments written yet.

Please login to write comment.