Color Hex Logo

#e716bf Color Hex

#E716BF
(231,22,191)
0 Favorites   0 Comments

Color spaces of #e716bf

RGB 23122191
HSL0.870.830.50
HSV311°90°91°
CMYK 0.000.900.17   0.09
XYZ42.645921.324351.1585
Yxy21.32430.37040.1852
Hunter Lab46.178284.0340-33.3596
CIE-Lab53.302684.0622-35.9956

#e716bf color RGB value is (231,22,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 10111111
Octal 347 26 277
Decimal 231 22 191
Hex E7 16 BF

RGB Percentages of Color #e716bf

%52.03
%4.95
%43.02

CMYK Percentages of Color #e716bf

%0
%90
%17
%9

Triadic Colors of #e716bf

#e716bf #bfe716 #16bfe7

Analogous Colors of #e716bf

#e716bf #e71656 #a716e7

Monochromatic Colors of #e716bf

#e716bf

Complementary Color

#e716bf #16e73e

#e716bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e716bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e716bf Color CSS Codes

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

#e716bf Text Font Color

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

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


#e716bf Background Color

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

This div background color is #e716bf


#e716bf Border Color

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

This div border color is #e716bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e716bf


Comments

No comments written yet.

Please login to write comment.