Color Hex Logo

#e119bf Color Hex

#E119BF
(225,25,191)
0 Favorites   0 Comments

Color spaces of #e119bf

RGB 22525191
HSL0.860.800.49
HSV310°89°88°
CMYK 0.000.890.15   0.12
XYZ40.802920.464451.0897
Yxy20.46440.36320.1821
Hunter Lab45.237681.8356-35.2937
CIE-Lab52.358382.5372-37.5541

#e119bf color RGB value is (225,25,191).

#e119bf hex color red value is 225, green value is 25 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e119bf hue: 0.86 , saturation: 0.80 and the lightness value of e119bf is 0.49.

The process color (four color CMYK) of #e119bf color hex is 0.00, 0.89, 0.15, 0.12. Web safe color of #e119bf is #cc00cc. Color #e119bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 10111111
Octal 341 31 277
Decimal 225 25 191
Hex E1 19 BF

RGB Percentages of Color #e119bf

%51.02
%5.67
%43.31

CMYK Percentages of Color #e119bf

%0
%89
%15
%12

Triadic Colors of #e119bf

#e119bf #bfe119 #19bfe1

Analogous Colors of #e119bf

#e119bf #e1195b #9f19e1

Monochromatic Colors of #e119bf

#e119bf

Complementary Color

#e119bf #19e13b

#e119bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e119bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e119bf Color CSS Codes

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

#e119bf Text Font Color

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

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


#e119bf Background Color

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

This div background color is #e119bf


#e119bf Border Color

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

This div border color is #e119bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e119bf


Comments

No comments written yet.

Please login to write comment.