Color Hex Logo

#e331fc Color Hex

#E331FC
(227,49,252)
0 Favorites   0 Comments

Color spaces of #e331fc

RGB 22749252
HSL0.810.970.59
HSV293°81°99°
CMYK 0.100.810.00   0.01
XYZ50.347625.555894.3746
Yxy25.55580.29570.1501
Hunter Lab50.552789.3083-75.2989
CIE-Lab57.613087.2631-63.7712

#e331fc color RGB value is (227,49,252).

#e331fc hex color red value is 227, green value is 49 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e331fc hue: 0.81 , saturation: 0.97 and the lightness value of e331fc is 0.59.

The process color (four color CMYK) of #e331fc color hex is 0.10, 0.81, 0.00, 0.01. Web safe color of #e331fc is #cc33ff. Color #e331fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 11111100
Octal 343 61 374
Decimal 227 49 252
Hex E3 31 FC

RGB Percentages of Color #e331fc

%42.99
%9.28
%47.73

CMYK Percentages of Color #e331fc

%10
%81
%0
%1

Triadic Colors of #e331fc

#e331fc #fce331 #31fce3

Analogous Colors of #e331fc

#e331fc #fc31b0 #7e31fc

Monochromatic Colors of #e331fc

#e331fc

Complementary Color

#e331fc #4afc31

#e331fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e331fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e331fc Color CSS Codes

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

#e331fc Text Font Color

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

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


#e331fc Background Color

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

This div background color is #e331fc


#e331fc Border Color

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

This div border color is #e331fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,49,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e331fc


Comments

No comments written yet.

Please login to write comment.