Color Hex Logo

#e60aeb Color Hex

#E60AEB
(230,10,235)
0 Favorites   0 Comments

Color spaces of #e60aeb

RGB 23010235
HSL0.830.920.48
HSV299°96°92°
CMYK 0.020.960.00   0.08
XYZ47.737123.038280.5281
Yxy23.03820.31550.1523
Hunter Lab47.998193.5326-65.8742
CIE-Lab55.111790.9281-58.2606

#e60aeb color RGB value is (230,10,235).

#e60aeb hex color red value is 230, green value is 10 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e60aeb hue: 0.83 , saturation: 0.92 and the lightness value of e60aeb is 0.48.

The process color (four color CMYK) of #e60aeb color hex is 0.02, 0.96, 0.00, 0.08. Web safe color of #e60aeb is #ff00ff. Color #e60aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001010 11101011
Octal 346 12 353
Decimal 230 10 235
Hex E6 A EB

RGB Percentages of Color #e60aeb

%48.42
%2.11
%49.47

CMYK Percentages of Color #e60aeb

%2
%96
%0
%8

Triadic Colors of #e60aeb

#e60aeb #ebe60a #0aebe6

Analogous Colors of #e60aeb

#e60aeb #eb0a80 #760aeb

Monochromatic Colors of #e60aeb

#e60aeb

Complementary Color

#e60aeb #0feb0a

#e60aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60aeb Color CSS Codes

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

#e60aeb Text Font Color

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

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


#e60aeb Background Color

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

This div background color is #e60aeb


#e60aeb Border Color

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

This div border color is #e60aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60aeb


Comments

No comments written yet.

Please login to write comment.