Color Hex Logo

#e16ecf Color Hex

#E16ECF
(225,110,207)
0 Favorites   0 Comments

Color spaces of #e16ecf

RGB 225110207
HSL0.860.660.66
HSV309°51°88°
CMYK 0.000.510.08   0.12
XYZ47.889831.664462.6193
Yxy31.66440.33680.2227
Hunter Lab56.271153.4388-26.5890
CIE-Lab63.064557.0718-30.0024

#e16ecf color RGB value is (225,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101110 11001111
Octal 341 156 317
Decimal 225 110 207
Hex E1 6E CF

RGB Percentages of Color #e16ecf

%41.51
%20.30
%38.19

CMYK Percentages of Color #e16ecf

%0
%51
%8
%12

Triadic Colors of #e16ecf

#e16ecf #cfe16e #6ecfe1

Analogous Colors of #e16ecf

#e16ecf #e16e96 #ba6ee1

Monochromatic Colors of #e16ecf

#e16ecf

Complementary Color

#e16ecf #6ee180

#e16ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16ecf Color CSS Codes

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

#e16ecf Text Font Color

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

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


#e16ecf Background Color

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

This div background color is #e16ecf


#e16ecf Border Color

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

This div border color is #e16ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16ecf


Comments

No comments written yet.

Please login to write comment.