Color Hex Logo

#e85aeb Color Hex

#E85AEB
(232,90,235)
0 Favorites   0 Comments

Color spaces of #e85aeb

RGB 23290235
HSL0.830.780.64
HSV299°62°92°
CMYK 0.010.620.00   0.08
XYZ51.930330.466381.7408
Yxy30.46630.31640.1856
Hunter Lab55.196371.3446-49.1658
CIE-Lab62.054572.3142-47.1936

#e85aeb color RGB value is (232,90,235).

#e85aeb hex color red value is 232, green value is 90 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e85aeb hue: 0.83 , saturation: 0.78 and the lightness value of e85aeb is 0.64.

The process color (four color CMYK) of #e85aeb color hex is 0.01, 0.62, 0.00, 0.08. Web safe color of #e85aeb is #ff66ff. Color #e85aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011010 11101011
Octal 350 132 353
Decimal 232 90 235
Hex E8 5A EB

RGB Percentages of Color #e85aeb

%41.65
%16.16
%42.19

CMYK Percentages of Color #e85aeb

%1
%62
%0
%8

Triadic Colors of #e85aeb

#e85aeb #ebe85a #5aebe8

Analogous Colors of #e85aeb

#e85aeb #eb5aa6 #a05aeb

Monochromatic Colors of #e85aeb

#e85aeb

Complementary Color

#e85aeb #5deb5a

#e85aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e85aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e85aeb Color CSS Codes

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

#e85aeb Text Font Color

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

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


#e85aeb Background Color

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

This div background color is #e85aeb


#e85aeb Border Color

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

This div border color is #e85aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e85aeb


Comments

No comments written yet.

Please login to write comment.