Color Hex Logo

#e16fec Color Hex

#E16FEC
(225,111,236)
0 Favorites   0 Comments

Color spaces of #e16fec

RGB 225111236
HSL0.820.770.68
HSV295°53°93°
CMYK 0.050.530.00   0.07
XYZ51.876133.432683.0758
Yxy33.43260.30810.1985
Hunter Lab57.820958.9610-44.7119
CIE-Lab64.509761.5893-43.9448

#e16fec color RGB value is (225,111,236).

#e16fec hex color red value is 225, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e16fec hue: 0.82 , saturation: 0.77 and the lightness value of e16fec is 0.68.

The process color (four color CMYK) of #e16fec color hex is 0.05, 0.53, 0.00, 0.07. Web safe color of #e16fec is #cc66ff. Color #e16fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11101100
Octal 341 157 354
Decimal 225 111 236
Hex E1 6F EC

RGB Percentages of Color #e16fec

%39.34
%19.41
%41.26

CMYK Percentages of Color #e16fec

%5
%53
%0
%7

Triadic Colors of #e16fec

#e16fec #ece16f #6fece1

Analogous Colors of #e16fec

#e16fec #ec6fb9 #a36fec

Monochromatic Colors of #e16fec

#e16fec

Complementary Color

#e16fec #7aec6f

#e16fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fec Color CSS Codes

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

#e16fec Text Font Color

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

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


#e16fec Background Color

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

This div background color is #e16fec


#e16fec Border Color

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

This div border color is #e16fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fec


Comments

No comments written yet.

Please login to write comment.