Color Hex Logo

#e16cbf Color Hex

#E16CBF
(225,108,191)
0 Favorites   0 Comments

Color spaces of #e16cbf

RGB 225108191
HSL0.880.660.65
HSV317°52°88°
CMYK 0.000.520.15   0.12
XYZ45.817930.494352.7613
Yxy30.49430.35500.2363
Hunter Lab55.221651.4652-17.9932
CIE-Lab62.078455.4999-22.4721

#e16cbf color RGB value is (225,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 10111111
Octal 341 154 277
Decimal 225 108 191
Hex E1 6C BF

RGB Percentages of Color #e16cbf

%42.94
%20.61
%36.45

CMYK Percentages of Color #e16cbf

%0
%52
%15
%12

Triadic Colors of #e16cbf

#e16cbf #bfe16c #6cbfe1

Analogous Colors of #e16cbf

#e16cbf #e16c85 #c96ce1

Monochromatic Colors of #e16cbf

#e16cbf

Complementary Color

#e16cbf #6ce18e

#e16cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16cbf Color CSS Codes

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

#e16cbf Text Font Color

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

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


#e16cbf Background Color

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

This div background color is #e16cbf


#e16cbf Border Color

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

This div border color is #e16cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16cbf


Comments

No comments written yet.

Please login to write comment.