Color Hex Logo

#e03fec Color Hex

#E03FEC
(224,63,236)
0 Favorites   0 Comments

Color spaces of #e03fec

RGB 22463236
HSL0.820.820.59
HSV296°73°93°
CMYK 0.050.730.00   0.07
XYZ47.658325.458481.7590
Yxy25.45840.30770.1644
Hunter Lab50.456380.3029-60.7536
CIE-Lab57.519480.3314-55.0263

#e03fec color RGB value is (224,63,236).

#e03fec hex color red value is 224, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e03fec hue: 0.82 , saturation: 0.82 and the lightness value of e03fec is 0.59.

The process color (four color CMYK) of #e03fec color hex is 0.05, 0.73, 0.00, 0.07. Web safe color of #e03fec is #cc33ff. Color #e03fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111111 11101100
Octal 340 77 354
Decimal 224 63 236
Hex E0 3F EC

RGB Percentages of Color #e03fec

%42.83
%12.05
%45.12

CMYK Percentages of Color #e03fec

%5
%73
%0
%7

Triadic Colors of #e03fec

#e03fec #ece03f #3fece0

Analogous Colors of #e03fec

#e03fec #ec3fa2 #8a3fec

Monochromatic Colors of #e03fec

#e03fec

Complementary Color

#e03fec #4bec3f

#e03fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03fec Color CSS Codes

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

#e03fec Text Font Color

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

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


#e03fec Background Color

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

This div background color is #e03fec


#e03fec Border Color

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

This div border color is #e03fec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,63,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 #e03fec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03fec


Comments

No comments written yet.

Please login to write comment.