Color Hex Logo

#e288ec Color Hex

#E288EC
(226,136,236)
0 Favorites   0 Comments

Color spaces of #e288ec

RGB 226136236
HSL0.820.720.73
HSV294°42°93°
CMYK 0.040.420.00   0.07
XYZ55.308539.833284.1304
Yxy39.83320.30850.2222
Hunter Lab63.113545.9768-34.8541
CIE-Lab69.350649.5437-36.3685

#e288ec color RGB value is (226,136,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10001000 11101100
Octal 342 210 354
Decimal 226 136 236
Hex E2 88 EC

RGB Percentages of Color #e288ec

%37.79
%22.74
%39.46

CMYK Percentages of Color #e288ec

%4
%42
%0
%7

Triadic Colors of #e288ec

#e288ec #ece288 #88ece2

Analogous Colors of #e288ec

#e288ec #ec88c4 #b088ec

Monochromatic Colors of #e288ec

#e288ec

Complementary Color

#e288ec #92ec88

#e288ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e288ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e288ec Color CSS Codes

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

#e288ec Text Font Color

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

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


#e288ec Background Color

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

This div background color is #e288ec


#e288ec Border Color

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

This div border color is #e288ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e288ec


Comments

No comments written yet.

Please login to write comment.