Color Hex Logo

#e60fef Color Hex

#E60FEF
(230,15,239)
0 Favorites   0 Comments

Color spaces of #e60fef

RGB 23015239
HSL0.830.880.50
HSV298°94°94°
CMYK 0.040.940.00   0.06
XYZ48.383923.396683.6272
Yxy23.39660.31130.1505
Hunter Lab48.370093.9036-68.6478
CIE-Lab55.478591.1338-59.9191

#e60fef color RGB value is (230,15,239).

#e60fef hex color red value is 230, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #e60fef hue: 0.83 , saturation: 0.88 and the lightness value of e60fef is 0.50.

The process color (four color CMYK) of #e60fef color hex is 0.04, 0.94, 0.00, 0.06. Web safe color of #e60fef is #ff00ff. Color #e60fef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001111 11101111
Octal 346 17 357
Decimal 230 15 239
Hex E6 F EF

RGB Percentages of Color #e60fef

%47.52
%3.10
%49.38

CMYK Percentages of Color #e60fef

%4
%94
%0
%6

Triadic Colors of #e60fef

#e60fef #efe60f #0fefe6

Analogous Colors of #e60fef

#e60fef #ef0f88 #760fef

Monochromatic Colors of #e60fef

#e60fef

Complementary Color

#e60fef #18ef0f

#e60fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60fef Color CSS Codes

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

#e60fef Text Font Color

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

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


#e60fef Background Color

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

This div background color is #e60fef


#e60fef Border Color

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

This div border color is #e60fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60fef


Comments

No comments written yet.

Please login to write comment.