Color Hex Logo

#e700ea Color Hex

#E700EA
(231,0,234)
0 Favorites   0 Comments

Color spaces of #e700ea

RGB 2310234
HSL0.831.000.46
HSV299°100°92°
CMYK 0.011.000.00   0.08
XYZ47.806322.929479.7481
Yxy22.92940.31770.1524
Hunter Lab47.884794.4098-65.2235
CIE-Lab54.999591.6034-57.8680

#e700ea color RGB value is (231,0,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 11101010
Octal 347 0 352
Decimal 231 0 234
Hex E7 0 EA

RGB Percentages of Color #e700ea

%49.68
%0.00
%50.32

CMYK Percentages of Color #e700ea

%1
%100
%0
%8

Triadic Colors of #e700ea

#e700ea #eae700 #00eae7

Analogous Colors of #e700ea

#e700ea #ea0078 #7200ea

Monochromatic Colors of #e700ea

#e700ea

Complementary Color

#e700ea #03ea00

#e700ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e700ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e700ea Color CSS Codes

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

#e700ea Text Font Color

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

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


#e700ea Background Color

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

This div background color is #e700ea


#e700ea Border Color

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

This div border color is #e700ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e700ea


Comments

No comments written yet.

Please login to write comment.