Color Hex Logo

#e70cfc Color Hex

#E70CFC
(231,12,252)
0 Favorites   0 Comments

Color spaces of #e70cfc

RGB 23112252
HSL0.820.980.52
HSV295°95°99°
CMYK 0.080.950.00   0.01
XYZ50.657224.280194.1121
Yxy24.28010.29970.1436
Hunter Lab49.274897.2767-78.7481
CIE-Lab56.367293.4607-65.7423

#e70cfc color RGB value is (231,12,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001100 11111100
Octal 347 14 374
Decimal 231 12 252
Hex E7 C FC

RGB Percentages of Color #e70cfc

%46.67
%2.42
%50.91

CMYK Percentages of Color #e70cfc

%8
%95
%0
%1

Triadic Colors of #e70cfc

#e70cfc #fce70c #0cfce7

Analogous Colors of #e70cfc

#e70cfc #fc0c99 #6f0cfc

Monochromatic Colors of #e70cfc

#e70cfc

Complementary Color

#e70cfc #21fc0c

#e70cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70cfc Color CSS Codes

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

#e70cfc Text Font Color

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

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


#e70cfc Background Color

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

This div background color is #e70cfc


#e70cfc Border Color

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

This div border color is #e70cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70cfc


Comments

No comments written yet.

Please login to write comment.