Color Hex Logo

#e221f0 Color Hex

#E221F0
(226,33,240)
0 Favorites   0 Comments

Color spaces of #e221f0

RGB 22633240
HSL0.820.870.54
HSV296°86°94°
CMYK 0.060.860.00   0.06
XYZ47.636123.547784.4725
Yxy23.54770.30600.1513
Hunter Lab48.526090.3062-69.2420
CIE-Lab55.632188.4045-60.2695

#e221f0 color RGB value is (226,33,240).

#e221f0 hex color red value is 226, green value is 33 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e221f0 hue: 0.82 , saturation: 0.87 and the lightness value of e221f0 is 0.54.

The process color (four color CMYK) of #e221f0 color hex is 0.06, 0.86, 0.00, 0.06. Web safe color of #e221f0 is #cc33ff. Color #e221f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00100001 11110000
Octal 342 41 360
Decimal 226 33 240
Hex E2 21 F0

RGB Percentages of Color #e221f0

%45.29
%6.61
%48.10

CMYK Percentages of Color #e221f0

%6
%86
%0
%6

Triadic Colors of #e221f0

#e221f0 #f0e221 #21f0e2

Analogous Colors of #e221f0

#e221f0 #f02197 #7b21f0

Monochromatic Colors of #e221f0

#e221f0

Complementary Color

#e221f0 #2ff021

#e221f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e221f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e221f0 Color CSS Codes

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

#e221f0 Text Font Color

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

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


#e221f0 Background Color

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

This div background color is #e221f0


#e221f0 Border Color

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

This div border color is #e221f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e221f0


Comments

No comments written yet.

Please login to write comment.