Color Hex Logo

#e62ade Color Hex

#E62ADE
(230,42,222)
0 Favorites   0 Comments

Color spaces of #e62ade

RGB 23042222
HSL0.840.790.53
HSV303°82°90°
CMYK 0.000.820.03   0.10
XYZ46.645923.752871.2335
Yxy23.75280.32930.1677
Hunter Lab48.736885.5524-52.5421
CIE-Lab55.839484.7395-49.7609

#e62ade color RGB value is (230,42,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101010 11011110
Octal 346 52 336
Decimal 230 42 222
Hex E6 2A DE

RGB Percentages of Color #e62ade

%46.56
%8.50
%44.94

CMYK Percentages of Color #e62ade

%0
%82
%3
%10

Triadic Colors of #e62ade

#e62ade #dee62a #2adee6

Analogous Colors of #e62ade

#e62ade #e62a80 #902ae6

Monochromatic Colors of #e62ade

#e62ade

Complementary Color

#e62ade #2ae632

#e62ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62ade Color CSS Codes

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

#e62ade Text Font Color

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

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


#e62ade Background Color

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

This div background color is #e62ade


#e62ade Border Color

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

This div border color is #e62ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62ade


Comments

No comments written yet.

Please login to write comment.