Color Hex Logo

#e62aeb Color Hex

#E62AEB
(230,42,235)
0 Favorites   0 Comments

Color spaces of #e62aeb

RGB 23042235
HSL0.830.830.54
HSV298°82°92°
CMYK 0.020.820.00   0.08
XYZ48.456524.477180.7679
Yxy24.47710.31530.1593
Hunter Lab49.474388.2476-62.1601
CIE-Lab56.562386.6618-55.9388

#e62aeb color RGB value is (230,42,235).

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

The process color (four color CMYK) of #e62aeb color hex is 0.02, 0.82, 0.00, 0.08. Web safe color of #e62aeb is #ff33ff. Color #e62aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101010 11101011
Octal 346 52 353
Decimal 230 42 235
Hex E6 2A EB

RGB Percentages of Color #e62aeb

%45.36
%8.28
%46.35

CMYK Percentages of Color #e62aeb

%2
%82
%0
%8

Triadic Colors of #e62aeb

#e62aeb #ebe62a #2aebe6

Analogous Colors of #e62aeb

#e62aeb #eb2a90 #862aeb

Monochromatic Colors of #e62aeb

#e62aeb

Complementary Color

#e62aeb #2feb2a

#e62aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62aeb Color CSS Codes

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

#e62aeb Text Font Color

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

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


#e62aeb Background Color

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

This div background color is #e62aeb


#e62aeb Border Color

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

This div border color is #e62aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62aeb


Comments

No comments written yet.

Please login to write comment.