Color Hex Logo

#e716be Color Hex

#E716BE
(231,22,190)
0 Favorites   0 Comments

Color spaces of #e716be

RGB 23122190
HSL0.870.830.50
HSV312°90°91°
CMYK 0.000.900.18   0.09
XYZ42.536221.280450.5808
Yxy21.28040.37180.1860
Hunter Lab46.130783.8627-32.7181
CIE-Lab53.255083.9388-35.4902

#e716be color RGB value is (231,22,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010110 10111110
Octal 347 26 276
Decimal 231 22 190
Hex E7 16 BE

RGB Percentages of Color #e716be

%52.14
%4.97
%42.89

CMYK Percentages of Color #e716be

%0
%90
%18
%9

Triadic Colors of #e716be

#e716be #bee716 #16bee7

Analogous Colors of #e716be

#e716be #e71655 #a816e7

Monochromatic Colors of #e716be

#e716be

Complementary Color

#e716be #16e73f

#e716be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e716be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e716be Color CSS Codes

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

#e716be Text Font Color

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

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


#e716be Background Color

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

This div background color is #e716be


#e716be Border Color

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

This div border color is #e716be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,22,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e716be


Comments

No comments written yet.

Please login to write comment.