Color Hex Logo

#e283ac Color Hex

#E283AC
(226,131,172)
0 Favorites   0 Comments

Color spaces of #e283ac

RGB 226131172
HSL0.930.620.70
HSV334°42°89°
CMYK 0.000.420.24   0.11
XYZ46.926735.379943.3854
Yxy35.37990.37330.2815
Hunter Lab59.481036.7333-1.6094
CIE-Lab66.043441.5468-5.7177

#e283ac color RGB value is (226,131,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 10101100
Octal 342 203 254
Decimal 226 131 172
Hex E2 83 AC

RGB Percentages of Color #e283ac

%42.72
%24.76
%32.51

CMYK Percentages of Color #e283ac

%0
%42
%24
%11

Triadic Colors of #e283ac

#e283ac #ace283 #83ace2

Analogous Colors of #e283ac

#e283ac #e28a83 #e283dc

Monochromatic Colors of #e283ac

#e283ac

Complementary Color

#e283ac #83e2b9

#e283ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e283ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e283ac Color CSS Codes

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

#e283ac Text Font Color

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

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


#e283ac Background Color

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

This div background color is #e283ac


#e283ac Border Color

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

This div border color is #e283ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e283ac


Comments

No comments written yet.

Please login to write comment.