Color Hex Logo

#e716bb Color Hex

#E716BB
(231,22,187)
0 Favorites   0 Comments

Color spaces of #e716bb

RGB 23122187
HSL0.870.830.50
HSV313°90°91°
CMYK 0.000.900.19   0.09
XYZ42.211521.150648.8714
Yxy21.15060.37610.1885
Hunter Lab45.989883.3532-30.8121
CIE-Lab53.113983.5714-33.9685

#e716bb color RGB value is (231,22,187).

#e716bb hex color red value is 231, green value is 22 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e716bb hue: 0.87 , saturation: 0.83 and the lightness value of e716bb is 0.50.

The process color (four color CMYK) of #e716bb color hex is 0.00, 0.90, 0.19, 0.09. Web safe color of #e716bb is #ff00cc. Color #e716bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 10111011
Octal 347 26 273
Decimal 231 22 187
Hex E7 16 BB

RGB Percentages of Color #e716bb

%52.50
%5.00
%42.50

CMYK Percentages of Color #e716bb

%0
%90
%19
%9

Triadic Colors of #e716bb

#e716bb #bbe716 #16bbe7

Analogous Colors of #e716bb

#e716bb #e71652 #ab16e7

Monochromatic Colors of #e716bb

#e716bb

Complementary Color

#e716bb #16e742

#e716bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e716bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e716bb Color CSS Codes

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

#e716bb Text Font Color

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

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


#e716bb Background Color

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

This div background color is #e716bb


#e716bb Border Color

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

This div border color is #e716bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e716bb


Comments

No comments written yet.

Please login to write comment.