Color Hex Logo

#e62eae Color Hex

#E62EAE
(230,46,174)
0 Favorites   0 Comments

Color spaces of #e62eae

RGB 23046174
HSL0.880.790.54
HSV318°80°90°
CMYK 0.000.800.24   0.10
XYZ41.250121.833042.0845
Yxy21.83300.39220.2076
Hunter Lab46.725875.8118-20.6926
CIE-Lab53.849477.4830-25.2559

#e62eae color RGB value is (230,46,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00101110 10101110
Octal 346 56 256
Decimal 230 46 174
Hex E6 2E AE

RGB Percentages of Color #e62eae

%51.11
%10.22
%38.67

CMYK Percentages of Color #e62eae

%0
%80
%24
%10

Triadic Colors of #e62eae

#e62eae #aee62e #2eaee6

Analogous Colors of #e62eae

#e62eae #e62e52 #c22ee6

Monochromatic Colors of #e62eae

#e62eae

Complementary Color

#e62eae #2ee666

#e62eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e62eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e62eae Color CSS Codes

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

#e62eae Text Font Color

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

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


#e62eae Background Color

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

This div background color is #e62eae


#e62eae Border Color

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

This div border color is #e62eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e62eae


Comments

No comments written yet.

Please login to write comment.