Color Hex Logo

#e16cbd Color Hex

#E16CBD
(225,108,189)
0 Favorites   0 Comments

Color spaces of #e16cbd

RGB 225108189
HSL0.880.660.65
HSV318°52°88°
CMYK 0.000.520.16   0.12
XYZ45.599230.406851.6099
Yxy30.40680.35730.2383
Hunter Lab55.142451.1089-16.8922
CIE-Lab62.003655.1973-21.4498

#e16cbd color RGB value is (225,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101100 10111101
Octal 341 154 275
Decimal 225 108 189
Hex E1 6C BD

RGB Percentages of Color #e16cbd

%43.10
%20.69
%36.21

CMYK Percentages of Color #e16cbd

%0
%52
%16
%12

Triadic Colors of #e16cbd

#e16cbd #bde16c #6cbde1

Analogous Colors of #e16cbd

#e16cbd #e16c83 #cb6ce1

Monochromatic Colors of #e16cbd

#e16cbd

Complementary Color

#e16cbd #6ce190

#e16cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16cbd Color CSS Codes

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

#e16cbd Text Font Color

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

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


#e16cbd Background Color

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

This div background color is #e16cbd


#e16cbd Border Color

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

This div border color is #e16cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16cbd


Comments

No comments written yet.

Please login to write comment.