Color Hex Logo

#e217ff Color Hex

#E217FF
(226,23,255)
0 Favorites   0 Comments

Color spaces of #e217ff

RGB 22623255
HSL0.811.000.55
HSV293°91°100°
CMYK 0.110.910.00   0.00
XYZ49.720424.001596.6199
Yxy24.00150.29190.1409
Hunter Lab48.991395.4216-82.6369
CIE-Lab56.089392.1438-67.8987

#e217ff color RGB value is (226,23,255).

#e217ff hex color red value is 226, green value is 23 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #e217ff hue: 0.81 , saturation: 1.00 and the lightness value of e217ff is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010111 11111111
Octal 342 27 377
Decimal 226 23 255
Hex E2 17 FF

RGB Percentages of Color #e217ff

%44.84
%4.56
%50.60

CMYK Percentages of Color #e217ff

%11
%91
%0
%0

Triadic Colors of #e217ff

#e217ff #ffe217 #17ffe2

Analogous Colors of #e217ff

#e217ff #ff17a8 #6e17ff

Monochromatic Colors of #e217ff

#e217ff

Complementary Color

#e217ff #34ff17

#e217ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e217ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e217ff Color CSS Codes

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

#e217ff Text Font Color

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

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


#e217ff Background Color

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

This div background color is #e217ff


#e217ff Border Color

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

This div border color is #e217ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e217ff

Related Colors


Comments

No comments written yet.

Please login to write comment.