Color Hex Logo

#e700fa Color Hex

#E700FA
(231,0,250)
0 Favorites   0 Comments

Color spaces of #e700fa

RGB 2310250
HSL0.821.000.49
HSV295°100°98°
CMYK 0.081.000.00   0.02
XYZ50.210323.891192.4075
Yxy23.89110.30150.1435
Hunter Lab48.878597.8261-77.8760
CIE-Lab55.978693.9398-65.2550

#e700fa color RGB value is (231,0,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 11111010
Octal 347 0 372
Decimal 231 0 250
Hex E7 0 FA

RGB Percentages of Color #e700fa

%48.02
%0.00
%51.98

CMYK Percentages of Color #e700fa

%8
%100
%0
%2

Triadic Colors of #e700fa

#e700fa #fae700 #00fae7

Analogous Colors of #e700fa

#e700fa #fa0090 #6a00fa

Monochromatic Colors of #e700fa

#e700fa

Complementary Color

#e700fa #13fa00

#e700fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e700fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e700fa Color CSS Codes

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

#e700fa Text Font Color

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

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


#e700fa Background Color

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

This div background color is #e700fa


#e700fa Border Color

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

This div border color is #e700fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,0,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e700fa


Comments

No comments written yet.

Please login to write comment.