Color Hex Logo

#e717ea Color Hex

#E717EA
(231,23,234)
0 Favorites   0 Comments

Color spaces of #e717ea

RGB 23123234
HSL0.830.830.50
HSV299°90°92°
CMYK 0.010.900.00   0.08
XYZ48.112723.542279.8502
Yxy23.54220.31760.1554
Hunter Lab48.520392.0899-63.6097
CIE-Lab55.626589.7487-56.8640

#e717ea color RGB value is (231,23,234).

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

The process color (four color CMYK) of #e717ea color hex is 0.01, 0.90, 0.00, 0.08. Web safe color of #e717ea is #ff00ff. Color #e717ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010111 11101010
Octal 347 27 352
Decimal 231 23 234
Hex E7 17 EA

RGB Percentages of Color #e717ea

%47.34
%4.71
%47.95

CMYK Percentages of Color #e717ea

%1
%90
%0
%8

Triadic Colors of #e717ea

#e717ea #eae717 #17eae7

Analogous Colors of #e717ea

#e717ea #ea1784 #7e17ea

Monochromatic Colors of #e717ea

#e717ea

Complementary Color

#e717ea #1aea17

#e717ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e717ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e717ea Color CSS Codes

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

#e717ea Text Font Color

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

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


#e717ea Background Color

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

This div background color is #e717ea


#e717ea Border Color

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

This div border color is #e717ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e717ea


Comments

No comments written yet.

Please login to write comment.