Color Hex Logo

#e30fec Color Hex

#E30FEC
(227,15,236)
0 Favorites   0 Comments

Color spaces of #e30fec

RGB 22715236
HSL0.830.880.49
HSV298°94°93°
CMYK 0.040.940.00   0.07
XYZ46.989722.728781.2673
Yxy22.72870.31120.1505
Hunter Lab47.674692.5050-67.6949
CIE-Lab54.791890.2218-59.3638

#e30fec color RGB value is (227,15,236).

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

The process color (four color CMYK) of #e30fec color hex is 0.04, 0.94, 0.00, 0.07. Web safe color of #e30fec is #cc00ff. Color #e30fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001111 11101100
Octal 343 17 354
Decimal 227 15 236
Hex E3 F EC

RGB Percentages of Color #e30fec

%47.49
%3.14
%49.37

CMYK Percentages of Color #e30fec

%4
%94
%0
%7

Triadic Colors of #e30fec

#e30fec #ece30f #0fece3

Analogous Colors of #e30fec

#e30fec #ec0f87 #750fec

Monochromatic Colors of #e30fec

#e30fec

Complementary Color

#e30fec #18ec0f

#e30fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30fec Color CSS Codes

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

#e30fec Text Font Color

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

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


#e30fec Background Color

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

This div background color is #e30fec


#e30fec Border Color

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

This div border color is #e30fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30fec


Comments

No comments written yet.

Please login to write comment.