Color Hex Logo

#e293fa Color Hex

#E293FA
(226,147,250)
0 Favorites   0 Comments

Color spaces of #e293fa

RGB 226147250
HSL0.790.910.78
HSV286°41°98°
CMYK 0.100.410.00   0.02
XYZ59.053143.938395.8110
Yxy43.93830.29700.2210
Hunter Lab66.286043.0223-39.2987
CIE-Lab72.187246.5323-39.6058

#e293fa color RGB value is (226,147,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10010011 11111010
Octal 342 223 372
Decimal 226 147 250
Hex E2 93 FA

RGB Percentages of Color #e293fa

%36.28
%23.60
%40.13

CMYK Percentages of Color #e293fa

%10
%41
%0
%2

Triadic Colors of #e293fa

#e293fa #fae293 #93fae2

Analogous Colors of #e293fa

#e293fa #fa93df #af93fa

Monochromatic Colors of #e293fa

#e293fa

Complementary Color

#e293fa #abfa93

#e293fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e293fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e293fa Color CSS Codes

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

#e293fa Text Font Color

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

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


#e293fa Background Color

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

This div background color is #e293fa


#e293fa Border Color

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

This div border color is #e293fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e293fa


Comments

No comments written yet.

Please login to write comment.