Color Hex Logo

#e16acf Color Hex

#E16ACF
(225,106,207)
0 Favorites   0 Comments

Color spaces of #e16acf

RGB 225106207
HSL0.860.660.65
HSV309°53°88°
CMYK 0.000.530.08   0.12
XYZ47.467930.820662.4786
Yxy30.82060.33720.2189
Hunter Lab55.516355.4687-27.8641
CIE-Lab62.355958.9545-31.0996

#e16acf color RGB value is (225,106,207).

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

The process color (four color CMYK) of #e16acf color hex is 0.00, 0.53, 0.08, 0.12. Web safe color of #e16acf is #cc66cc. Color #e16acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101010 11001111
Octal 341 152 317
Decimal 225 106 207
Hex E1 6A CF

RGB Percentages of Color #e16acf

%41.82
%19.70
%38.48

CMYK Percentages of Color #e16acf

%0
%53
%8
%12

Triadic Colors of #e16acf

#e16acf #cfe16a #6acfe1

Analogous Colors of #e16acf

#e16acf #e16a94 #b86ae1

Monochromatic Colors of #e16acf

#e16acf

Complementary Color

#e16acf #6ae17c

#e16acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16acf Color CSS Codes

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

#e16acf Text Font Color

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

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


#e16acf Background Color

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

This div background color is #e16acf


#e16acf Border Color

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

This div border color is #e16acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16acf


Comments

No comments written yet.

Please login to write comment.