Color Hex Logo

#e16bbc Color Hex

#E16BBC
(225,107,188)
0 Favorites   0 Comments

Color spaces of #e16bbc

RGB 225107188
HSL0.890.660.65
HSV319°52°88°
CMYK 0.000.520.16   0.12
XYZ45.386130.153851.0051
Yxy30.15380.35870.2383
Hunter Lab54.912551.4365-16.6324
CIE-Lab61.786755.5217-21.2123

#e16bbc color RGB value is (225,107,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01101011 10111100
Octal 341 153 274
Decimal 225 107 188
Hex E1 6B BC

RGB Percentages of Color #e16bbc

%43.27
%20.58
%36.15

CMYK Percentages of Color #e16bbc

%0
%52
%16
%12

Triadic Colors of #e16bbc

#e16bbc #bce16b #6bbce1

Analogous Colors of #e16bbc

#e16bbc #e16b81 #cb6be1

Monochromatic Colors of #e16bbc

#e16bbc

Complementary Color

#e16bbc #6be190

#e16bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e16bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e16bbc Color CSS Codes

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

#e16bbc Text Font Color

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

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


#e16bbc Background Color

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

This div background color is #e16bbc


#e16bbc Border Color

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

This div border color is #e16bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e16bbc


Comments

No comments written yet.

Please login to write comment.