Color Hex Logo

#e16bbb Color Hex

#E16BBB
(225,107,187)
0 Favorites   0 Comments

Color spaces of #e16bbb

RGB 225107187
HSL0.890.660.65
HSV319°52°88°
CMYK 0.000.520.17   0.12
XYZ45.278730.110850.4392
Yxy30.11080.35980.2393
Hunter Lab54.873351.2610-16.0877
CIE-Lab61.749755.3727-20.6995

#e16bbb color RGB value is (225,107,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 10111011
Octal 341 153 273
Decimal 225 107 187
Hex E1 6B BB

RGB Percentages of Color #e16bbb

%43.35
%20.62
%36.03

CMYK Percentages of Color #e16bbb

%0
%52
%17
%12

Triadic Colors of #e16bbb

#e16bbb #bbe16b #6bbbe1

Analogous Colors of #e16bbb

#e16bbb #e16b80 #cc6be1

Monochromatic Colors of #e16bbb

#e16bbb

Complementary Color

#e16bbb #6be191

#e16bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bbb Color CSS Codes

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

#e16bbb Text Font Color

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

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


#e16bbb Background Color

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

This div background color is #e16bbb


#e16bbb Border Color

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

This div border color is #e16bbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bbb


Comments

No comments written yet.

Please login to write comment.