Color Hex Logo

#e481ed Color Hex

#E481ED
(228,129,237)
0 Favorites   0 Comments

Color spaces of #e481ed

RGB 228129237
HSL0.820.750.72
HSV295°46°93°
CMYK 0.040.460.00   0.07
XYZ55.131238.308984.6094
Yxy38.30890.30960.2152
Hunter Lab61.894250.6810-37.7235
CIE-Lab68.247753.8510-38.6176

#e481ed color RGB value is (228,129,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 11101101
Octal 344 201 355
Decimal 228 129 237
Hex E4 81 ED

RGB Percentages of Color #e481ed

%38.38
%21.72
%39.90

CMYK Percentages of Color #e481ed

%4
%46
%0
%7

Triadic Colors of #e481ed

#e481ed #ede481 #81ede4

Analogous Colors of #e481ed

#e481ed #ed81c0 #ae81ed

Monochromatic Colors of #e481ed

#e481ed

Complementary Color

#e481ed #8aed81

#e481ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e481ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e481ed Color CSS Codes

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

#e481ed Text Font Color

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

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


#e481ed Background Color

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

This div background color is #e481ed


#e481ed Border Color

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

This div border color is #e481ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e481ed


Comments

No comments written yet.

Please login to write comment.