Color Hex Logo

#e076ea Color Hex

#E076EA
(224,118,234)
0 Favorites   0 Comments

Color spaces of #e076ea

RGB 224118234
HSL0.820.730.69
HSV295°50°92°
CMYK 0.040.500.00   0.08
XYZ52.070234.744781.8039
Yxy34.74470.30880.2061
Hunter Lab58.944654.5293-41.0220
CIE-Lab65.549457.6166-41.2146

#e076ea color RGB value is (224,118,234).

#e076ea hex color red value is 224, green value is 118 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e076ea hue: 0.82 , saturation: 0.73 and the lightness value of e076ea is 0.69.

The process color (four color CMYK) of #e076ea color hex is 0.04, 0.50, 0.00, 0.08. Web safe color of #e076ea is #cc66ff. Color #e076ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110110 11101010
Octal 340 166 352
Decimal 224 118 234
Hex E0 76 EA

RGB Percentages of Color #e076ea

%38.89
%20.49
%40.63

CMYK Percentages of Color #e076ea

%4
%50
%0
%8

Triadic Colors of #e076ea

#e076ea #eae076 #76eae0

Analogous Colors of #e076ea

#e076ea #ea76ba #a676ea

Monochromatic Colors of #e076ea

#e076ea

Complementary Color

#e076ea #80ea76

#e076ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e076ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e076ea Color CSS Codes

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

#e076ea Text Font Color

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

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


#e076ea Background Color

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

This div background color is #e076ea


#e076ea Border Color

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

This div border color is #e076ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,118,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e076ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e076ea;
  -webkit-box-shadow: 1px 1px 3px 2px #e076ea;
  box-shadow:         1px 1px 3px 2px #e076ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,118,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e076ea


Comments

No comments written yet.

Please login to write comment.