Color Hex Logo

#e60cfe Color Hex

#E60CFE
(230,12,254)
0 Favorites   0 Comments

Color spaces of #e60cfe

RGB 23012254
HSL0.820.990.52
HSV294°95°100°
CMYK 0.090.950.00   0.00
XYZ50.654024.241795.7753
Yxy24.24170.29680.1420
Hunter Lab49.235997.4786-80.8679
CIE-Lab56.329093.6166-66.9238

#e60cfe color RGB value is (230,12,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001100 11111110
Octal 346 14 376
Decimal 230 12 254
Hex E6 C FE

RGB Percentages of Color #e60cfe

%46.37
%2.42
%51.21

CMYK Percentages of Color #e60cfe

%9
%95
%0
%0

Triadic Colors of #e60cfe

#e60cfe #fee60c #0cfee6

Analogous Colors of #e60cfe

#e60cfe #fe0c9d #6d0cfe

Monochromatic Colors of #e60cfe

#e60cfe

Complementary Color

#e60cfe #24fe0c

#e60cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60cfe Color CSS Codes

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

#e60cfe Text Font Color

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

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


#e60cfe Background Color

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

This div background color is #e60cfe


#e60cfe Border Color

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

This div border color is #e60cfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,12,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60cfe


Comments

No comments written yet.

Please login to write comment.