Color Hex Logo

#e217ea Color Hex

#E217EA
(226,23,234)
0 Favorites   0 Comments

Color spaces of #e217ea

RGB 22623234
HSL0.830.830.50
HSV298°90°92°
CMYK 0.030.900.00   0.08
XYZ46.521722.722179.7757
Yxy22.72210.31220.1525
Hunter Lab47.667790.7901-65.8591
CIE-Lab54.784988.9344-58.2589

#e217ea color RGB value is (226,23,234).

#e217ea hex color red value is 226, green value is 23 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e217ea hue: 0.83 , saturation: 0.83 and the lightness value of e217ea is 0.50.

The process color (four color CMYK) of #e217ea color hex is 0.03, 0.90, 0.00, 0.08. Web safe color of #e217ea is #cc00ff. Color #e217ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010111 11101010
Octal 342 27 352
Decimal 226 23 234
Hex E2 17 EA

RGB Percentages of Color #e217ea

%46.79
%4.76
%48.45

CMYK Percentages of Color #e217ea

%3
%90
%0
%8

Triadic Colors of #e217ea

#e217ea #eae217 #17eae2

Analogous Colors of #e217ea

#e217ea #ea1789 #7917ea

Monochromatic Colors of #e217ea

#e217ea

Complementary Color

#e217ea #1fea17

#e217ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e217ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e217ea Color CSS Codes

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

#e217ea Text Font Color

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

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


#e217ea Background Color

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

This div background color is #e217ea


#e217ea Border Color

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

This div border color is #e217ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e217ea


Comments

No comments written yet.

Please login to write comment.