Color Hex Logo

#e081ea Color Hex

#E081EA
(224,129,234)
0 Favorites   0 Comments

Color spaces of #e081ea

RGB 224129234
HSL0.820.710.71
HSV294°45°92°
CMYK 0.040.450.00   0.08
XYZ53.442037.488382.2612
Yxy37.48830.30860.2165
Hunter Lab61.227748.6536-36.7985
CIE-Lab67.641852.1596-37.9453

#e081ea color RGB value is (224,129,234).

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

The process color (four color CMYK) of #e081ea color hex is 0.04, 0.45, 0.00, 0.08. Web safe color of #e081ea is #cc99ff. Color #e081ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000001 11101010
Octal 340 201 352
Decimal 224 129 234
Hex E0 81 EA

RGB Percentages of Color #e081ea

%38.16
%21.98
%39.86

CMYK Percentages of Color #e081ea

%4
%45
%0
%8

Triadic Colors of #e081ea

#e081ea #eae081 #81eae0

Analogous Colors of #e081ea

#e081ea #ea81c0 #ac81ea

Monochromatic Colors of #e081ea

#e081ea

Complementary Color

#e081ea #8bea81

#e081ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e081ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e081ea Color CSS Codes

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

#e081ea Text Font Color

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

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


#e081ea Background Color

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

This div background color is #e081ea


#e081ea Border Color

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

This div border color is #e081ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e081ea


Comments

No comments written yet.

Please login to write comment.