Color Hex Logo

#e280ae Color Hex

#E280AE
(226,128,174)
0 Favorites   0 Comments

Color spaces of #e280ae

RGB 226128174
HSL0.920.630.69
HSV332°43°89°
CMYK 0.000.430.23   0.11
XYZ46.723234.663144.2725
Yxy34.66310.37180.2759
Hunter Lab58.875438.6248-3.3715
CIE-Lab65.485543.3793-7.6758

#e280ae color RGB value is (226,128,174).

#e280ae hex color red value is 226, green value is 128 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e280ae hue: 0.92 , saturation: 0.63 and the lightness value of e280ae is 0.69.

The process color (four color CMYK) of #e280ae color hex is 0.00, 0.43, 0.23, 0.11. Web safe color of #e280ae is #cc9999. Color #e280ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000000 10101110
Octal 342 200 256
Decimal 226 128 174
Hex E2 80 AE

RGB Percentages of Color #e280ae

%42.80
%24.24
%32.95

CMYK Percentages of Color #e280ae

%0
%43
%23
%11

Triadic Colors of #e280ae

#e280ae #aee280 #80aee2

Analogous Colors of #e280ae

#e280ae #e28380 #e280df

Monochromatic Colors of #e280ae

#e280ae

Complementary Color

#e280ae #80e2b4

#e280ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e280ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e280ae Color CSS Codes

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

#e280ae Text Font Color

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

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


#e280ae Background Color

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

This div background color is #e280ae


#e280ae Border Color

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

This div border color is #e280ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e280ae


Comments

No comments written yet.

Please login to write comment.