Color Hex Logo

#e273ae Color Hex

#E273AE
(226,115,174)
0 Favorites   0 Comments

Color spaces of #e273ae

RGB 226115174
HSL0.910.660.67
HSV328°49°89°
CMYK 0.000.490.23   0.11
XYZ45.134731.486243.7430
Yxy31.48620.37500.2616
Hunter Lab56.112645.3813-6.9412
CIE-Lab62.915949.9314-11.5130

#e273ae color RGB value is (226,115,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110011 10101110
Octal 342 163 256
Decimal 226 115 174
Hex E2 73 AE

RGB Percentages of Color #e273ae

%43.88
%22.33
%33.79

CMYK Percentages of Color #e273ae

%0
%49
%23
%11

Triadic Colors of #e273ae

#e273ae #aee273 #73aee2

Analogous Colors of #e273ae

#e273ae #e27377 #df73e2

Monochromatic Colors of #e273ae

#e273ae

Complementary Color

#e273ae #73e2a7

#e273ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e273ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e273ae Color CSS Codes

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

#e273ae Text Font Color

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

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


#e273ae Background Color

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

This div background color is #e273ae


#e273ae Border Color

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

This div border color is #e273ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e273ae


Comments

No comments written yet.

Please login to write comment.