Color Hex Logo

#e350fc Color Hex

#E350FC
(227,80,252)
0 Favorites   0 Comments

Color spaces of #e350fc

RGB 22780252
HSL0.810.970.65
HSV291°68°99°
CMYK 0.100.680.00   0.01
XYZ52.117929.096594.9647
Yxy29.09650.29580.1652
Hunter Lab53.941278.0695-66.6226
CIE-Lab60.866777.9256-58.5580

#e350fc color RGB value is (227,80,252).

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

The process color (four color CMYK) of #e350fc color hex is 0.10, 0.68, 0.00, 0.01. Web safe color of #e350fc is #cc66ff. Color #e350fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 11111100
Octal 343 120 374
Decimal 227 80 252
Hex E3 50 FC

RGB Percentages of Color #e350fc

%40.61
%14.31
%45.08

CMYK Percentages of Color #e350fc

%10
%68
%0
%1

Triadic Colors of #e350fc

#e350fc #fce350 #50fce3

Analogous Colors of #e350fc

#e350fc #fc50bf #8d50fc

Monochromatic Colors of #e350fc

#e350fc

Complementary Color

#e350fc #69fc50

#e350fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e350fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e350fc Color CSS Codes

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

#e350fc Text Font Color

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

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


#e350fc Background Color

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

This div background color is #e350fc


#e350fc Border Color

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

This div border color is #e350fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e350fc

Related Colors


Comments

No comments written yet.

Please login to write comment.