Color Hex Logo

#e62abe Color Hex

#E62ABE
(230,42,190)
0 Favorites   0 Comments

Color spaces of #e62abe

RGB 23042190
HSL0.870.790.53
HSV313°82°90°
CMYK 0.000.820.17   0.10
XYZ42.755422.196650.7461
Yxy22.19660.36950.1918
Hunter Lab47.113379.5409-30.8825
CIE-Lab54.235080.3707-33.9692

#e62abe color RGB value is (230,42,190).

#e62abe hex color red value is 230, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #e62abe hue: 0.87 , saturation: 0.79 and the lightness value of e62abe is 0.53.

The process color (four color CMYK) of #e62abe color hex is 0.00, 0.82, 0.17, 0.10. Web safe color of #e62abe is #ff33cc. Color #e62abe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101010 10111110
Octal 346 52 276
Decimal 230 42 190
Hex E6 2A BE

RGB Percentages of Color #e62abe

%49.78
%9.09
%41.13

CMYK Percentages of Color #e62abe

%0
%82
%17
%10

Triadic Colors of #e62abe

#e62abe #bee62a #2abee6

Analogous Colors of #e62abe

#e62abe #e62a60 #b02ae6

Monochromatic Colors of #e62abe

#e62abe

Complementary Color

#e62abe #2ae652

#e62abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62abe Color CSS Codes

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

#e62abe Text Font Color

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

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


#e62abe Background Color

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

This div background color is #e62abe


#e62abe Border Color

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

This div border color is #e62abe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,42,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62abe


Comments

No comments written yet.

Please login to write comment.