Color Hex Logo

#e299bb Color Hex

#E299BB
(226,153,187)
0 Favorites   0 Comments

Color spaces of #e299bb

RGB 226153187
HSL0.920.560.74
HSV332°32°89°
CMYK 0.000.320.17   0.11
XYZ51.724942.539152.4984
Yxy42.53910.35240.2899
Hunter Lab65.222027.4225-2.0682
CIE-Lab71.241032.1775-6.4131

#e299bb color RGB value is (226,153,187).

#e299bb hex color red value is 226, green value is 153 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e299bb hue: 0.92 , saturation: 0.56 and the lightness value of e299bb is 0.74.

The process color (four color CMYK) of #e299bb color hex is 0.00, 0.32, 0.17, 0.11. Web safe color of #e299bb is #cc99cc. Color #e299bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 10011001 10111011
Octal 342 231 273
Decimal 226 153 187
Hex E2 99 BB

RGB Percentages of Color #e299bb

%39.93
%27.03
%33.04

CMYK Percentages of Color #e299bb

%0
%32
%17
%11

Triadic Colors of #e299bb

#e299bb #bbe299 #99bbe2

Analogous Colors of #e299bb

#e299bb #e29c99 #e299e0

Monochromatic Colors of #e299bb

#e299bb

Complementary Color

#e299bb #99e2c0

#e299bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e299bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e299bb Color CSS Codes

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

#e299bb Text Font Color

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

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


#e299bb Background Color

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

This div background color is #e299bb


#e299bb Border Color

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

This div border color is #e299bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e299bb


Comments

No comments written yet.

Please login to write comment.