Color Hex Logo

#e16fcc Color Hex

#E16FCC
(225,111,204)
0 Favorites   0 Comments

Color spaces of #e16fcc

RGB 225111204
HSL0.860.660.66
HSV311°51°88°
CMYK 0.000.510.09   0.12
XYZ47.634931.736160.7418
Yxy31.73610.34000.2265
Hunter Lab56.334852.3480-24.4938
CIE-Lab63.124256.1076-28.2205

#e16fcc color RGB value is (225,111,204).

#e16fcc hex color red value is 225, green value is 111 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e16fcc hue: 0.86 , saturation: 0.66 and the lightness value of e16fcc is 0.66.

The process color (four color CMYK) of #e16fcc color hex is 0.00, 0.51, 0.09, 0.12. Web safe color of #e16fcc is #cc66cc. Color #e16fcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101111 11001100
Octal 341 157 314
Decimal 225 111 204
Hex E1 6F CC

RGB Percentages of Color #e16fcc

%41.67
%20.56
%37.78

CMYK Percentages of Color #e16fcc

%0
%51
%9
%12

Triadic Colors of #e16fcc

#e16fcc #cce16f #6fcce1

Analogous Colors of #e16fcc

#e16fcc #e16f93 #bd6fe1

Monochromatic Colors of #e16fcc

#e16fcc

Complementary Color

#e16fcc #6fe184

#e16fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16fcc Color CSS Codes

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

#e16fcc Text Font Color

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

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


#e16fcc Background Color

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

This div background color is #e16fcc


#e16fcc Border Color

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

This div border color is #e16fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,111,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16fcc


Comments

No comments written yet.

Please login to write comment.