Color Hex Logo

#e305ae Color Hex

#E305AE
(227,5,174)
0 Favorites   0 Comments

Color spaces of #e305ae

RGB 2275174
HSL0.870.960.45
HSV314°98°89°
CMYK 0.000.980.23   0.11
XYZ39.372819.495441.7322
Yxy19.49540.39140.1938
Hunter Lab44.153681.9039-25.1310
CIE-Lab51.261882.8040-29.3095

#e305ae color RGB value is (227,5,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000101 10101110
Octal 343 5 256
Decimal 227 5 174
Hex E3 5 AE

RGB Percentages of Color #e305ae

%55.91
%1.23
%42.86

CMYK Percentages of Color #e305ae

%0
%98
%23
%11

Triadic Colors of #e305ae

#e305ae #aee305 #05aee3

Analogous Colors of #e305ae

#e305ae #e3053f #a905e3

Monochromatic Colors of #e305ae

#e305ae

Complementary Color

#e305ae #05e33a

#e305ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e305ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e305ae Color CSS Codes

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

#e305ae Text Font Color

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

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


#e305ae Background Color

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

This div background color is #e305ae


#e305ae Border Color

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

This div border color is #e305ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e305ae


Comments

No comments written yet.

Please login to write comment.