Color Hex Logo

#e600f0 Color Hex

#E600F0
(230,0,240)
0 Favorites   0 Comments

Color spaces of #e600f0

RGB 2300240
HSL0.831.000.47
HSV298°100°94°
CMYK 0.041.000.00   0.06
XYZ48.361323.114384.3506
Yxy23.11430.31040.1483
Hunter Lab48.077395.4190-70.3688
CIE-Lab55.189992.3158-60.9434

#e600f0 color RGB value is (230,0,240).

#e600f0 hex color red value is 230, green value is 0 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #e600f0 hue: 0.83 , saturation: 1.00 and the lightness value of e600f0 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00000000 11110000
Octal 346 0 360
Decimal 230 0 240
Hex E6 0 F0

RGB Percentages of Color #e600f0

%48.94
%0.00
%51.06

CMYK Percentages of Color #e600f0

%4
%100
%0
%6

Triadic Colors of #e600f0

#e600f0 #f0e600 #00f0e6

Analogous Colors of #e600f0

#e600f0 #f00082 #6e00f0

Monochromatic Colors of #e600f0

#e600f0

Complementary Color

#e600f0 #0af000

#e600f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e600f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e600f0 Color CSS Codes

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

#e600f0 Text Font Color

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

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


#e600f0 Background Color

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

This div background color is #e600f0


#e600f0 Border Color

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

This div border color is #e600f0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e600f0


Comments

No comments written yet.

Please login to write comment.