Color Hex Logo

#e718ea Color Hex

#E718EA
(231,24,234)
0 Favorites   0 Comments

Color spaces of #e718ea

RGB 23124234
HSL0.830.830.51
HSV299°90°92°
CMYK 0.010.900.00   0.08
XYZ48.132923.582779.8569
Yxy23.58270.31760.1556
Hunter Lab48.562091.9391-63.5049
CIE-Lab55.667589.6275-56.7983

#e718ea color RGB value is (231,24,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011000 11101010
Octal 347 30 352
Decimal 231 24 234
Hex E7 18 EA

RGB Percentages of Color #e718ea

%47.24
%4.91
%47.85

CMYK Percentages of Color #e718ea

%1
%90
%0
%8

Triadic Colors of #e718ea

#e718ea #eae718 #18eae7

Analogous Colors of #e718ea

#e718ea #ea1884 #7e18ea

Monochromatic Colors of #e718ea

#e718ea

Complementary Color

#e718ea #1bea18

#e718ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e718ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e718ea Color CSS Codes

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

#e718ea Text Font Color

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

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


#e718ea Background Color

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

This div background color is #e718ea


#e718ea Border Color

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

This div border color is #e718ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e718ea


Comments

No comments written yet.

Please login to write comment.