Color Hex Logo

#e719bf Color Hex

#E719BF
(231,25,191)
0 Favorites   0 Comments

Color spaces of #e719bf

RGB 23125191
HSL0.870.810.50
HSV312°89°91°
CMYK 0.000.890.17   0.09
XYZ42.706621.445851.1788
Yxy21.44580.37030.1859
Hunter Lab46.309683.5704-33.1073
CIE-Lab53.434083.6775-35.7897

#e719bf color RGB value is (231,25,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011001 10111111
Octal 347 31 277
Decimal 231 25 191
Hex E7 19 BF

RGB Percentages of Color #e719bf

%51.68
%5.59
%42.73

CMYK Percentages of Color #e719bf

%0
%89
%17
%9

Triadic Colors of #e719bf

#e719bf #bfe719 #19bfe7

Analogous Colors of #e719bf

#e719bf #e71958 #a819e7

Monochromatic Colors of #e719bf

#e719bf

Complementary Color

#e719bf #19e741

#e719bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e719bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e719bf Color CSS Codes

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

#e719bf Text Font Color

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

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


#e719bf Background Color

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

This div background color is #e719bf


#e719bf Border Color

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

This div border color is #e719bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e719bf


Comments

No comments written yet.

Please login to write comment.