Color Hex Logo

#e092fa Color Hex

#E092FA
(224,146,250)
0 Favorites   0 Comments

Color spaces of #e092fa

RGB 224146250
HSL0.790.910.78
HSV285°42°98°
CMYK 0.100.420.00   0.02
XYZ58.274743.307295.7302
Yxy43.30720.29530.2195
Hunter Lab65.808242.9015-40.1825
CIE-Lab71.763046.4781-40.2834

#e092fa color RGB value is (224,146,250).

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

The process color (four color CMYK) of #e092fa color hex is 0.10, 0.42, 0.00, 0.02. Web safe color of #e092fa is #cc99ff. Color #e092fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010010 11111010
Octal 340 222 372
Decimal 224 146 250
Hex E0 92 FA

RGB Percentages of Color #e092fa

%36.13
%23.55
%40.32

CMYK Percentages of Color #e092fa

%10
%42
%0
%2

Triadic Colors of #e092fa

#e092fa #fae092 #92fae0

Analogous Colors of #e092fa

#e092fa #fa92e0 #ac92fa

Monochromatic Colors of #e092fa

#e092fa

Complementary Color

#e092fa #acfa92

#e092fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e092fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e092fa Color CSS Codes

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

#e092fa Text Font Color

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

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


#e092fa Background Color

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

This div background color is #e092fa


#e092fa Border Color

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

This div border color is #e092fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e092fa


Comments

No comments written yet.

Please login to write comment.