Color Hex Logo

#e16bcf Color Hex

#E16BCF
(225,107,207)
0 Favorites   0 Comments

Color spaces of #e16bcf

RGB 225107207
HSL0.860.660.65
HSV309°52°88°
CMYK 0.000.520.08   0.12
XYZ47.571531.027962.5132
Yxy31.02790.33710.2199
Hunter Lab55.702754.9638-27.5472
CIE-Lab62.531258.4874-30.8280

#e16bcf color RGB value is (225,107,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 11001111
Octal 341 153 317
Decimal 225 107 207
Hex E1 6B CF

RGB Percentages of Color #e16bcf

%41.74
%19.85
%38.40

CMYK Percentages of Color #e16bcf

%0
%52
%8
%12

Triadic Colors of #e16bcf

#e16bcf #cfe16b #6bcfe1

Analogous Colors of #e16bcf

#e16bcf #e16b94 #b86be1

Monochromatic Colors of #e16bcf

#e16bcf

Complementary Color

#e16bcf #6be17d

#e16bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bcf Color CSS Codes

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

#e16bcf Text Font Color

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

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


#e16bcf Background Color

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

This div background color is #e16bcf


#e16bcf Border Color

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

This div border color is #e16bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bcf


Comments

No comments written yet.

Please login to write comment.