Color Hex Logo

#e214fe Color Hex

#E214FE
(226,20,254)
0 Favorites   0 Comments

Color spaces of #e214fe

RGB 22620254
HSL0.810.990.54
HSV293°92°100°
CMYK 0.110.920.00   0.00
XYZ49.503623.824895.7555
Yxy23.82480.29280.1409
Hunter Lab48.810795.6154-82.1462
CIE-Lab55.912092.3218-67.6296

#e214fe color RGB value is (226,20,254).

#e214fe hex color red value is 226, green value is 20 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #e214fe hue: 0.81 , saturation: 0.99 and the lightness value of e214fe is 0.54.

The process color (four color CMYK) of #e214fe color hex is 0.11, 0.92, 0.00, 0.00. Web safe color of #e214fe is #cc00ff. Color #e214fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010100 11111110
Octal 342 24 376
Decimal 226 20 254
Hex E2 14 FE

RGB Percentages of Color #e214fe

%45.20
%4.00
%50.80

CMYK Percentages of Color #e214fe

%11
%92
%0
%0

Triadic Colors of #e214fe

#e214fe #fee214 #14fee2

Analogous Colors of #e214fe

#e214fe #fe14a5 #6d14fe

Monochromatic Colors of #e214fe

#e214fe

Complementary Color

#e214fe #30fe14

#e214fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e214fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e214fe Color CSS Codes

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

#e214fe Text Font Color

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

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


#e214fe Background Color

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

This div background color is #e214fe


#e214fe Border Color

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

This div border color is #e214fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,20,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e214fe


Comments

No comments written yet.

Please login to write comment.