Color Hex Logo

#e62aae Color Hex

#E62AAE
(230,42,174)
0 Favorites   0 Comments

Color spaces of #e62aae

RGB 23042174
HSL0.880.790.53
HSV318°82°90°
CMYK 0.000.820.24   0.10
XYZ41.101121.534942.0348
Yxy21.53490.39270.2057
Hunter Lab46.405776.8858-21.2215
CIE-Lab53.530078.4031-25.7492

#e62aae color RGB value is (230,42,174).

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

The process color (four color CMYK) of #e62aae color hex is 0.00, 0.82, 0.24, 0.10. Web safe color of #e62aae is #ff3399. Color #e62aae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101010 10101110
Octal 346 52 256
Decimal 230 42 174
Hex E6 2A AE

RGB Percentages of Color #e62aae

%51.57
%9.42
%39.01

CMYK Percentages of Color #e62aae

%0
%82
%24
%10

Triadic Colors of #e62aae

#e62aae #aee62a #2aaee6

Analogous Colors of #e62aae

#e62aae #e62a50 #c02ae6

Monochromatic Colors of #e62aae

#e62aae

Complementary Color

#e62aae #2ae662

#e62aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62aae Color CSS Codes

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

#e62aae Text Font Color

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

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


#e62aae Background Color

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

This div background color is #e62aae


#e62aae Border Color

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

This div border color is #e62aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62aae


Comments

No comments written yet.

Please login to write comment.