color codes Logo

#e09afb color codes

#E09AFB
(224,154,251)
0 Favorites   0 Comments

Color spaces of #e09afb

RGB 224154251
HSL0.790.920.79
HSV283°39°98°
CMYK 0.110.390.00   0.02
XYZ59.708745.923596.9839
Yxy45.92350.29470.2267
Hunter Lab67.766938.6825-37.4155
CIE-Lab73.495942.4647-38.1284

#e09afb color RGB value is (224,154,251).

#e09afb hex color red value is 224, green value is 154 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e09afb hue: 0.79 , saturation: 0.92 and the lightness value of e09afb is 0.79.

The process color (four color CMYK) of #e09afb color code is 0.11, 0.39, 0.00, 0.02. Web safe color of #e09afb is #cc99ff. Color #e09afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011010 11111011
Octal 340 232 373
Decimal 224 154 251
Hex E0 9A FB

RGB Percentages of Color #e09afb

%35.61
%24.48
%39.90

CMYK Percentages of Color #e09afb

%11
%39
%0
%2

Triadic Colors of #e09afb

#e09afb #fbe09a #9afbe0

Analogous Colors of #e09afb

#e09afb #fb9ae6 #b09afb

Monochromatic Colors of #e09afb

#e09afb

Complementary Color

#e09afb #b5fb9a

#e09afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09afb Color CSS Codes

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

#e09afb Text Font Color

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

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


#e09afb Background Color

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

This div background color is #e09afb


#e09afb Border Color

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

This div border color is #e09afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09afb


Comments

No comments written yet.

Please login to write comment.