Color Hex Logo

#e299ed Color Hex

#E299ED
(226,153,237)
0 Favorites   0 Comments

Color spaces of #e299ed

RGB 226153237
HSL0.810.700.76
HSV292°35°93°
CMYK 0.050.350.00   0.07
XYZ58.041345.065685.7602
Yxy45.06560.30730.2386
Hunter Lab67.130936.8518-28.7517
CIE-Lab72.935140.8581-31.3658

#e299ed color RGB value is (226,153,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011001 11101101
Octal 342 231 355
Decimal 226 153 237
Hex E2 99 ED

RGB Percentages of Color #e299ed

%36.69
%24.84
%38.47

CMYK Percentages of Color #e299ed

%5
%35
%0
%7

Triadic Colors of #e299ed

#e299ed #ede299 #99ede2

Analogous Colors of #e299ed

#e299ed #ed99ce #b899ed

Monochromatic Colors of #e299ed

#e299ed

Complementary Color

#e299ed #a4ed99

#e299ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e299ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e299ed Color CSS Codes

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

#e299ed Text Font Color

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

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


#e299ed Background Color

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

This div background color is #e299ed


#e299ed Border Color

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

This div border color is #e299ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e299ed


Comments

No comments written yet.

Please login to write comment.