Color Hex Logo

#e482eb Color Hex

#E482EB
(228,130,235)
0 Favorites   0 Comments

Color spaces of #e482eb

RGB 228130235
HSL0.820.720.72
HSV296°45°92°
CMYK 0.030.450.00   0.08
XYZ54.972938.457483.1229
Yxy38.45740.31140.2178
Hunter Lab62.014049.7084-36.0618
CIE-Lab68.356452.9829-37.3470

#e482eb color RGB value is (228,130,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 11101011
Octal 344 202 353
Decimal 228 130 235
Hex E4 82 EB

RGB Percentages of Color #e482eb

%38.45
%21.92
%39.63

CMYK Percentages of Color #e482eb

%3
%45
%0
%8

Triadic Colors of #e482eb

#e482eb #ebe482 #82ebe4

Analogous Colors of #e482eb

#e482eb #eb82be #b082eb

Monochromatic Colors of #e482eb

#e482eb

Complementary Color

#e482eb #89eb82

#e482eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482eb Color CSS Codes

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

#e482eb Text Font Color

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

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


#e482eb Background Color

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

This div background color is #e482eb


#e482eb Border Color

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

This div border color is #e482eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482eb


Comments

No comments written yet.

Please login to write comment.