Color Hex Logo

#e093fb Color Hex

#E093FB
(224,147,251)
0 Favorites   0 Comments

Color spaces of #e093fb

RGB 224147251
HSL0.790.930.78
HSV284°41°98°
CMYK 0.110.410.00   0.02
XYZ58.586843.679896.6100
Yxy43.67980.29460.2196
Hunter Lab66.090742.5745-40.4054
CIE-Lab72.014046.1532-40.4358

#e093fb color RGB value is (224,147,251).

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

The process color (four color CMYK) of #e093fb color hex is 0.11, 0.41, 0.00, 0.02. Web safe color of #e093fb is #cc99ff. Color #e093fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010011 11111011
Octal 340 223 373
Decimal 224 147 251
Hex E0 93 FB

RGB Percentages of Color #e093fb

%36.01
%23.63
%40.35

CMYK Percentages of Color #e093fb

%11
%41
%0
%2

Triadic Colors of #e093fb

#e093fb #fbe093 #93fbe0

Analogous Colors of #e093fb

#e093fb #fb93e2 #ac93fb

Monochromatic Colors of #e093fb

#e093fb

Complementary Color

#e093fb #aefb93

#e093fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e093fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e093fb Color CSS Codes

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

#e093fb Text Font Color

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

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


#e093fb Background Color

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

This div background color is #e093fb


#e093fb Border Color

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

This div border color is #e093fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e093fb

Related Colors


Comments

No comments written yet.

Please login to write comment.