Color Hex Logo

#e300ff Color Hex

#E300FF
(227,0,255)
5 Favorites   0 Comments

Color spaces of #e300ff

RGB 2270255
HSL0.821.000.50
HSV293°100°100°
CMYK 0.111.000.00   0.00
XYZ49.728623.550996.5325
Yxy23.55090.29280.1387
Hunter Lab48.529397.9851-83.9668
CIE-Lab55.635394.1228-68.6235

#e300ff color RGB value is (227,0,255).

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

The process color (four color CMYK) of #e300ff color hex is 0.11, 1.00, 0.00, 0.00. Web safe color of #e300ff is #cc00ff. Color #e300ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000000 11111111
Octal 343 0 377
Decimal 227 0 255
Hex E3 0 FF

RGB Percentages of Color #e300ff

%47.10
%0.00
%52.90

CMYK Percentages of Color #e300ff

%11
%100
%0
%0

Triadic Colors of #e300ff

#e300ff #ffe300 #00ffe3

Analogous Colors of #e300ff

#e300ff #ff009c #6400ff

Monochromatic Colors of #e300ff

#e300ff

Complementary Color

#e300ff #1cff00

#e300ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e300ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#e300ff Color CSS Codes

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

#e300ff Text Font Color

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

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


#e300ff Background Color

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

This div background color is #e300ff


#e300ff Border Color

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

This div border color is #e300ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e300ff

Related Colors


Comments

No comments written yet.

Please login to write comment.