Color Hex Logo

#e376fa Color Hex

#E376FA
(227,118,250)
0 Favorites   0 Comments

Color spaces of #e376fa

RGB 227118250
HSL0.800.930.72
HSV290°53°98°
CMYK 0.090.530.00   0.02
XYZ55.412336.189994.5073
Yxy36.18990.29770.1945
Hunter Lab60.158059.1419-51.0330
CIE-Lab66.664861.3813-48.2541

#e376fa color RGB value is (227,118,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01110110 11111010
Octal 343 166 372
Decimal 227 118 250
Hex E3 76 FA

RGB Percentages of Color #e376fa

%38.15
%19.83
%42.02

CMYK Percentages of Color #e376fa

%9
%53
%0
%2

Triadic Colors of #e376fa

#e376fa #fae376 #76fae3

Analogous Colors of #e376fa

#e376fa #fa76cf #a176fa

Monochromatic Colors of #e376fa

#e376fa

Complementary Color

#e376fa #8dfa76

#e376fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e376fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e376fa Color CSS Codes

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

#e376fa Text Font Color

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

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


#e376fa Background Color

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

This div background color is #e376fa


#e376fa Border Color

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

This div border color is #e376fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e376fa


Comments

No comments written yet.

Please login to write comment.