Color Hex Logo

#e708ea Color Hex

#E708EA
(231,8,234)
0 Favorites   0 Comments

Color spaces of #e708ea

RGB 2318234
HSL0.830.930.47
HSV299°97°92°
CMYK 0.010.970.00   0.08
XYZ47.893123.103179.7770
Yxy23.10310.31760.1532
Hunter Lab48.065793.7441-64.7606
CIE-Lab55.178491.0731-57.5815

#e708ea color RGB value is (231,8,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001000 11101010
Octal 347 10 352
Decimal 231 8 234
Hex E7 8 EA

RGB Percentages of Color #e708ea

%48.84
%1.69
%49.47

CMYK Percentages of Color #e708ea

%1
%97
%0
%8

Triadic Colors of #e708ea

#e708ea #eae708 #08eae7

Analogous Colors of #e708ea

#e708ea #ea087c #7608ea

Monochromatic Colors of #e708ea

#e708ea

Complementary Color

#e708ea #0bea08

#e708ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e708ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e708ea Color CSS Codes

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

#e708ea Text Font Color

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

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


#e708ea Background Color

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

This div background color is #e708ea


#e708ea Border Color

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

This div border color is #e708ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e708ea


Comments

No comments written yet.

Please login to write comment.