Color Hex Logo

#e371ae Color Hex

#E371AE
(227,113,174)
0 Favorites   0 Comments

Color spaces of #e371ae

RGB 227113174
HSL0.910.670.67
HSV328°50°89°
CMYK 0.000.500.23   0.11
XYZ45.223731.197143.6825
Yxy31.19710.37650.2598
Hunter Lab55.854446.7813-7.2714
CIE-Lab62.673751.2319-11.8627

#e371ae color RGB value is (227,113,174).

#e371ae hex color red value is 227, green value is 113 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e371ae hue: 0.91 , saturation: 0.67 and the lightness value of e371ae is 0.67.

The process color (four color CMYK) of #e371ae color hex is 0.00, 0.50, 0.23, 0.11. Web safe color of #e371ae is #cc6699. Color #e371ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110001 10101110
Octal 343 161 256
Decimal 227 113 174
Hex E3 71 AE

RGB Percentages of Color #e371ae

%44.16
%21.98
%33.85

CMYK Percentages of Color #e371ae

%0
%50
%23
%11

Triadic Colors of #e371ae

#e371ae #aee371 #71aee3

Analogous Colors of #e371ae

#e371ae #e37175 #df71e3

Monochromatic Colors of #e371ae

#e371ae

Complementary Color

#e371ae #71e3a6

#e371ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e371ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e371ae Color CSS Codes

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

#e371ae Text Font Color

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

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


#e371ae Background Color

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

This div background color is #e371ae


#e371ae Border Color

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

This div border color is #e371ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e371ae


Comments

No comments written yet.

Please login to write comment.