Color Hex Logo

#e307ae Color Hex

#E307AE
(227,7,174)
0 Favorites   0 Comments

Color spaces of #e307ae

RGB 2277174
HSL0.870.940.46
HSV314°97°89°
CMYK 0.000.970.23   0.11
XYZ39.394519.538841.7395
Yxy19.53880.39130.1941
Hunter Lab44.202781.7287-25.0441
CIE-Lab51.311782.6575-29.2320

#e307ae color RGB value is (227,7,174).

#e307ae hex color red value is 227, green value is 7 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e307ae hue: 0.87 , saturation: 0.94 and the lightness value of e307ae is 0.46.

The process color (four color CMYK) of #e307ae color hex is 0.00, 0.97, 0.23, 0.11. Web safe color of #e307ae is #cc0099. Color #e307ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000111 10101110
Octal 343 7 256
Decimal 227 7 174
Hex E3 7 AE

RGB Percentages of Color #e307ae

%55.64
%1.72
%42.65

CMYK Percentages of Color #e307ae

%0
%97
%23
%11

Triadic Colors of #e307ae

#e307ae #aee307 #07aee3

Analogous Colors of #e307ae

#e307ae #e30740 #aa07e3

Monochromatic Colors of #e307ae

#e307ae

Complementary Color

#e307ae #07e33c

#e307ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e307ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e307ae Color CSS Codes

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

#e307ae Text Font Color

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

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


#e307ae Background Color

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

This div background color is #e307ae


#e307ae Border Color

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

This div border color is #e307ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e307ae


Comments

No comments written yet.

Please login to write comment.