Color Hex Logo

#e285ec Color Hex

#E285EC
(226,133,236)
0 Favorites   0 Comments

Color spaces of #e285ec

RGB 226133236
HSL0.820.730.72
HSV294°44°93°
CMYK 0.040.440.00   0.07
XYZ54.891938.999983.9915
Yxy38.99990.30860.2192
Hunter Lab62.449947.6097-36.0267
CIE-Lab68.751251.0764-37.3008

#e285ec color RGB value is (226,133,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10000101 11101100
Octal 342 205 354
Decimal 226 133 236
Hex E2 85 EC

RGB Percentages of Color #e285ec

%37.98
%22.35
%39.66

CMYK Percentages of Color #e285ec

%4
%44
%0
%7

Triadic Colors of #e285ec

#e285ec #ece285 #85ece2

Analogous Colors of #e285ec

#e285ec #ec85c3 #af85ec

Monochromatic Colors of #e285ec

#e285ec

Complementary Color

#e285ec #8fec85

#e285ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e285ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e285ec Color CSS Codes

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

#e285ec Text Font Color

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

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


#e285ec Background Color

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

This div background color is #e285ec


#e285ec Border Color

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

This div border color is #e285ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e285ec


Comments

No comments written yet.

Please login to write comment.