Color Hex Logo

#e09feb Color Hex

#E09FEB
(224,159,235)
0 Favorites   0 Comments

Color spaces of #e09feb

RGB 224159235
HSL0.810.660.77
HSV291°32°92°
CMYK 0.050.320.00   0.08
XYZ58.134046.641784.5360
Yxy46.64170.30710.2464
Hunter Lab68.294732.4274-25.5835
CIE-Lab73.960036.6660-28.7156

#e09feb color RGB value is (224,159,235).

#e09feb hex color red value is 224, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e09feb hue: 0.81 , saturation: 0.66 and the lightness value of e09feb is 0.77.

The process color (four color CMYK) of #e09feb color hex is 0.05, 0.32, 0.00, 0.08. Web safe color of #e09feb is #cc99ff. Color #e09feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011111 11101011
Octal 340 237 353
Decimal 224 159 235
Hex E0 9F EB

RGB Percentages of Color #e09feb

%36.25
%25.73
%38.03

CMYK Percentages of Color #e09feb

%5
%32
%0
%8

Triadic Colors of #e09feb

#e09feb #ebe09f #9febe0

Analogous Colors of #e09feb

#e09feb #eb9fd0 #ba9feb

Monochromatic Colors of #e09feb

#e09feb

Complementary Color

#e09feb #aaeb9f

#e09feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09feb Color CSS Codes

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

#e09feb Text Font Color

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

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


#e09feb Background Color

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

This div background color is #e09feb


#e09feb Border Color

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

This div border color is #e09feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09feb


Comments

No comments written yet.

Please login to write comment.