Color Hex Logo

#e283ec Color Hex

#E283EC
(226,131,236)
0 Favorites   0 Comments

Color spaces of #e283ec

RGB 226131236
HSL0.820.730.72
HSV294°44°93°
CMYK 0.040.440.00   0.07
XYZ54.620738.457583.9011
Yxy38.45750.30860.2173
Hunter Lab62.014148.6943-36.8057
CIE-Lab68.356552.0910-37.9155

#e283ec color RGB value is (226,131,236).

#e283ec hex color red value is 226, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e283ec hue: 0.82 , saturation: 0.73 and the lightness value of e283ec is 0.72.

The process color (four color CMYK) of #e283ec color hex is 0.04, 0.44, 0.00, 0.07. Web safe color of #e283ec is #cc99ff. Color #e283ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000011 11101100
Octal 342 203 354
Decimal 226 131 236
Hex E2 83 EC

RGB Percentages of Color #e283ec

%38.11
%22.09
%39.80

CMYK Percentages of Color #e283ec

%4
%44
%0
%7

Triadic Colors of #e283ec

#e283ec #ece283 #83ece2

Analogous Colors of #e283ec

#e283ec #ec83c2 #ae83ec

Monochromatic Colors of #e283ec

#e283ec

Complementary Color

#e283ec #8dec83

#e283ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e283ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e283ec Color CSS Codes

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

#e283ec Text Font Color

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

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


#e283ec Background Color

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

This div background color is #e283ec


#e283ec Border Color

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

This div border color is #e283ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e283ec


Comments

No comments written yet.

Please login to write comment.