Color Hex Logo

#e096bb Color Hex

#E096BB
(224,150,187)
0 Favorites   0 Comments

Color spaces of #e096bb

RGB 224150187
HSL0.920.540.73
HSV330°33°88°
CMYK 0.000.330.17   0.12
XYZ50.616541.247852.3076
Yxy41.24780.35110.2861
Hunter Lab64.224528.2864-3.3316
CIE-Lab70.349233.0847-7.7605

#e096bb color RGB value is (224,150,187).

#e096bb hex color red value is 224, green value is 150 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e096bb hue: 0.92 , saturation: 0.54 and the lightness value of e096bb is 0.73.

The process color (four color CMYK) of #e096bb color hex is 0.00, 0.33, 0.17, 0.12. Web safe color of #e096bb is #cc99cc. Color #e096bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010110 10111011
Octal 340 226 273
Decimal 224 150 187
Hex E0 96 BB

RGB Percentages of Color #e096bb

%39.93
%26.74
%33.33

CMYK Percentages of Color #e096bb

%0
%33
%17
%12

Triadic Colors of #e096bb

#e096bb #bbe096 #96bbe0

Analogous Colors of #e096bb

#e096bb #e09696 #e096e0

Monochromatic Colors of #e096bb

#e096bb

Complementary Color

#e096bb #96e0bb

#e096bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e096bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e096bb Color CSS Codes

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

#e096bb Text Font Color

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

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


#e096bb Background Color

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

This div background color is #e096bb


#e096bb Border Color

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

This div border color is #e096bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e096bb


Comments

No comments written yet.

Please login to write comment.