Color Hex Logo

#e211fc Color Hex

#E211FC
(226,17,252)
0 Favorites   0 Comments

Color spaces of #e211fc

RGB 22617252
HSL0.810.980.53
HSV293°93°99°
CMYK 0.100.930.00   0.01
XYZ49.135223.597994.0606
Yxy23.59790.29460.1415
Hunter Lab48.577795.5377-80.7984
CIE-Lab55.682992.3085-66.8872

#e211fc color RGB value is (226,17,252).

#e211fc hex color red value is 226, green value is 17 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #e211fc hue: 0.81 , saturation: 0.98 and the lightness value of e211fc is 0.53.

The process color (four color CMYK) of #e211fc color hex is 0.10, 0.93, 0.00, 0.01. Web safe color of #e211fc is #cc00ff. Color #e211fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010001 11111100
Octal 342 21 374
Decimal 226 17 252
Hex E2 11 FC

RGB Percentages of Color #e211fc

%45.66
%3.43
%50.91

CMYK Percentages of Color #e211fc

%10
%93
%0
%1

Triadic Colors of #e211fc

#e211fc #fce211 #11fce2

Analogous Colors of #e211fc

#e211fc #fc11a1 #6d11fc

Monochromatic Colors of #e211fc

#e211fc

Complementary Color

#e211fc #2bfc11

#e211fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e211fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e211fc Color CSS Codes

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

#e211fc Text Font Color

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

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


#e211fc Background Color

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

This div background color is #e211fc


#e211fc Border Color

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

This div border color is #e211fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e211fc


Comments

No comments written yet.

Please login to write comment.