Color Hex Logo

#e379fa Color Hex

#E379FA
(227,121,250)
0 Favorites   0 Comments

Color spaces of #e379fa

RGB 227121250
HSL0.800.930.73
HSV289°52°98°
CMYK 0.090.520.00   0.02
XYZ55.771236.907894.6269
Yxy36.90780.29780.1970
Hunter Lab60.751857.5505-49.8238
CIE-Lab67.207859.9405-47.3982

#e379fa color RGB value is (227,121,250).

#e379fa hex color red value is 227, green value is 121 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e379fa hue: 0.80 , saturation: 0.93 and the lightness value of e379fa is 0.73.

The process color (four color CMYK) of #e379fa color hex is 0.09, 0.52, 0.00, 0.02. Web safe color of #e379fa is #cc66ff. Color #e379fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01111001 11111010
Octal 343 171 372
Decimal 227 121 250
Hex E3 79 FA

RGB Percentages of Color #e379fa

%37.96
%20.23
%41.81

CMYK Percentages of Color #e379fa

%9
%52
%0
%2

Triadic Colors of #e379fa

#e379fa #fae379 #79fae3

Analogous Colors of #e379fa

#e379fa #fa79d1 #a379fa

Monochromatic Colors of #e379fa

#e379fa

Complementary Color

#e379fa #90fa79

#e379fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e379fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e379fa Color CSS Codes

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

#e379fa Text Font Color

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

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


#e379fa Background Color

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

This div background color is #e379fa


#e379fa Border Color

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

This div border color is #e379fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e379fa


Comments

No comments written yet.

Please login to write comment.