Color Hex Logo

#e270ae Color Hex

#E270AE
(226,112,174)
0 Favorites   0 Comments

Color spaces of #e270ae

RGB 226112174
HSL0.910.660.66
HSV327°50°89°
CMYK 0.000.500.23   0.11
XYZ44.798230.813143.6308
Yxy30.81310.37570.2584
Hunter Lab55.509546.9142-7.7456
CIE-Lab62.349551.4009-12.3633

#e270ae color RGB value is (226,112,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 10101110
Octal 342 160 256
Decimal 226 112 174
Hex E2 70 AE

RGB Percentages of Color #e270ae

%44.14
%21.88
%33.98

CMYK Percentages of Color #e270ae

%0
%50
%23
%11

Triadic Colors of #e270ae

#e270ae #aee270 #70aee2

Analogous Colors of #e270ae

#e270ae #e27075 #dd70e2

Monochromatic Colors of #e270ae

#e270ae

Complementary Color

#e270ae #70e2a4

#e270ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e270ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e270ae Color CSS Codes

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

#e270ae Text Font Color

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

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


#e270ae Background Color

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

This div background color is #e270ae


#e270ae Border Color

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

This div border color is #e270ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e270ae


Comments

No comments written yet.

Please login to write comment.