Color Hex Logo

#e481ee Color Hex

#E481EE
(228,129,238)
0 Favorites   0 Comments

Color spaces of #e481ee

RGB 228129238
HSL0.820.760.72
HSV294°46°93°
CMYK 0.040.460.00   0.07
XYZ55.277838.367585.3811
Yxy38.36750.30880.2143
Hunter Lab61.941550.8992-38.3672
CIE-Lab68.290654.0352-39.1009

#e481ee color RGB value is (228,129,238).

#e481ee hex color red value is 228, green value is 129 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e481ee hue: 0.82 , saturation: 0.76 and the lightness value of e481ee is 0.72.

The process color (four color CMYK) of #e481ee color hex is 0.04, 0.46, 0.00, 0.07. Web safe color of #e481ee is #cc99ff. Color #e481ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 11101110
Octal 344 201 356
Decimal 228 129 238
Hex E4 81 EE

RGB Percentages of Color #e481ee

%38.32
%21.68
%40.00

CMYK Percentages of Color #e481ee

%4
%46
%0
%7

Triadic Colors of #e481ee

#e481ee #eee481 #81eee4

Analogous Colors of #e481ee

#e481ee #ee81c2 #ae81ee

Monochromatic Colors of #e481ee

#e481ee

Complementary Color

#e481ee #8bee81

#e481ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e481ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e481ee Color CSS Codes

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

#e481ee Text Font Color

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

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


#e481ee Background Color

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

This div background color is #e481ee


#e481ee Border Color

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

This div border color is #e481ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,129,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e481ee


Comments

No comments written yet.

Please login to write comment.