Color Hex Logo

#e299ec Color Hex

#E299EC
(226,153,236)
0 Favorites   0 Comments

Color spaces of #e299ec

RGB 226153236
HSL0.810.690.76
HSV293°35°93°
CMYK 0.040.350.00   0.07
XYZ57.895645.007384.9927
Yxy45.00730.30810.2395
Hunter Lab67.087536.6400-28.1529
CIE-Lab72.896740.6683-30.8793

#e299ec color RGB value is (226,153,236).

#e299ec hex color red value is 226, green value is 153 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e299ec hue: 0.81 , saturation: 0.69 and the lightness value of e299ec is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011001 11101100
Octal 342 231 354
Decimal 226 153 236
Hex E2 99 EC

RGB Percentages of Color #e299ec

%36.75
%24.88
%38.37

CMYK Percentages of Color #e299ec

%4
%35
%0
%7

Triadic Colors of #e299ec

#e299ec #ece299 #99ece2

Analogous Colors of #e299ec

#e299ec #ec99cd #b999ec

Monochromatic Colors of #e299ec

#e299ec

Complementary Color

#e299ec #a3ec99

#e299ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e299ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e299ec Color CSS Codes

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

#e299ec Text Font Color

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

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


#e299ec Background Color

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

This div background color is #e299ec


#e299ec Border Color

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

This div border color is #e299ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e299ec


Comments

No comments written yet.

Please login to write comment.