Color Hex Logo

#e283aa Color Hex

#E283AA
(226,131,170)
0 Favorites   0 Comments

Color spaces of #e283aa

RGB 226131170
HSL0.930.620.70
HSV335°42°89°
CMYK 0.000.420.25   0.11
XYZ46.736035.303642.3812
Yxy35.30360.37560.2837
Hunter Lab59.416836.4248-0.6989
CIE-Lab65.984441.2652-4.6751

#e283aa color RGB value is (226,131,170).

#e283aa hex color red value is 226, green value is 131 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e283aa hue: 0.93 , saturation: 0.62 and the lightness value of e283aa is 0.70.

The process color (four color CMYK) of #e283aa color hex is 0.00, 0.42, 0.25, 0.11. Web safe color of #e283aa is #cc9999. Color #e283aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 10101010
Octal 342 203 252
Decimal 226 131 170
Hex E2 83 AA

RGB Percentages of Color #e283aa

%42.88
%24.86
%32.26

CMYK Percentages of Color #e283aa

%0
%42
%25
%11

Triadic Colors of #e283aa

#e283aa #aae283 #83aae2

Analogous Colors of #e283aa

#e283aa #e28c83 #e283da

Monochromatic Colors of #e283aa

#e283aa

Complementary Color

#e283aa #83e2bb

#e283aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e283aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e283aa Color CSS Codes

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

#e283aa Text Font Color

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

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


#e283aa Background Color

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

This div background color is #e283aa


#e283aa Border Color

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

This div border color is #e283aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,131,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e283aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e283aa


Comments

No comments written yet.

Please login to write comment.