Color Hex Logo

#e700fc Color Hex

#E700FC
(231,0,252)
0 Favorites   0 Comments

Color spaces of #e700fc

RGB 2310252
HSL0.821.000.49
HSV295°100°99°
CMYK 0.081.000.00   0.01
XYZ50.525724.017294.0682
Yxy24.01720.29970.1424
Hunter Lab49.007398.2675-79.5003
CIE-Lab56.105094.2395-66.1646

#e700fc color RGB value is (231,0,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000000 11111100
Octal 347 0 374
Decimal 231 0 252
Hex E7 0 FC

RGB Percentages of Color #e700fc

%47.83
%0.00
%52.17

CMYK Percentages of Color #e700fc

%8
%100
%0
%1

Triadic Colors of #e700fc

#e700fc #fce700 #00fce7

Analogous Colors of #e700fc

#e700fc #fc0093 #6900fc

Monochromatic Colors of #e700fc

#e700fc

Complementary Color

#e700fc #15fc00

#e700fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e700fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e700fc Color CSS Codes

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

#e700fc Text Font Color

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

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


#e700fc Background Color

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

This div background color is #e700fc


#e700fc Border Color

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

This div border color is #e700fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e700fc

Related Colors


Comments

No comments written yet.

Please login to write comment.