Color Hex Logo

#e099b7 Color Hex

#E099B7
(224,153,183)
0 Favorites   0 Comments

Color spaces of #e099b7

RGB 224153183
HSL0.930.530.74
HSV335°32°88°
CMYK 0.000.320.18   0.12
XYZ50.678942.048750.2449
Yxy42.04870.35450.2941
Hunter Lab64.845026.0261-0.5492
CIE-Lab70.904530.8576-4.7164

#e099b7 color RGB value is (224,153,183).

#e099b7 hex color red value is 224, green value is 153 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #e099b7 hue: 0.93 , saturation: 0.53 and the lightness value of e099b7 is 0.74.

The process color (four color CMYK) of #e099b7 color hex is 0.00, 0.32, 0.18, 0.12. Web safe color of #e099b7 is #cc99cc. Color #e099b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011001 10110111
Octal 340 231 267
Decimal 224 153 183
Hex E0 99 B7

RGB Percentages of Color #e099b7

%40.00
%27.32
%32.68

CMYK Percentages of Color #e099b7

%0
%32
%18
%12

Triadic Colors of #e099b7

#e099b7 #b7e099 #99b7e0

Analogous Colors of #e099b7

#e099b7 #e09f99 #e099db

Monochromatic Colors of #e099b7

#e099b7

Complementary Color

#e099b7 #99e0c2

#e099b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e099b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e099b7 Color CSS Codes

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

#e099b7 Text Font Color

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

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


#e099b7 Background Color

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

This div background color is #e099b7


#e099b7 Border Color

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

This div border color is #e099b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e099b7


Comments

No comments written yet.

Please login to write comment.