Color Hex Logo

#e071ae Color Hex

#E071AE
(224,113,174)
0 Favorites   0 Comments

Color spaces of #e071ae

RGB 224113174
HSL0.910.640.66
HSV327°50°88°
CMYK 0.000.500.22   0.12
XYZ44.285630.713543.6386
Yxy30.71350.37330.2589
Hunter Lab55.419845.6537-7.8923
CIE-Lab62.265050.2754-12.5178

#e071ae color RGB value is (224,113,174).

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

The process color (four color CMYK) of #e071ae color hex is 0.00, 0.50, 0.22, 0.12. Web safe color of #e071ae is #cc6699. Color #e071ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110001 10101110
Octal 340 161 256
Decimal 224 113 174
Hex E0 71 AE

RGB Percentages of Color #e071ae

%43.84
%22.11
%34.05

CMYK Percentages of Color #e071ae

%0
%50
%22
%12

Triadic Colors of #e071ae

#e071ae #aee071 #71aee0

Analogous Colors of #e071ae

#e071ae #e07177 #db71e0

Monochromatic Colors of #e071ae

#e071ae

Complementary Color

#e071ae #71e0a3

#e071ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e071ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e071ae Color CSS Codes

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

#e071ae Text Font Color

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

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


#e071ae Background Color

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

This div background color is #e071ae


#e071ae Border Color

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

This div border color is #e071ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e071ae


Comments

No comments written yet.

Please login to write comment.