Color Hex Logo

#e109bf Color Hex

#E109BF
(225,9,191)
0 Favorites   0 Comments

Color spaces of #e109bf

RGB 2259191
HSL0.860.920.46
HSV309°96°88°
CMYK 0.000.960.15   0.12
XYZ40.553019.964551.0064
Yxy19.96450.36360.1790
Hunter Lab44.681783.8134-36.4054
CIE-Lab51.797184.1845-38.4372

#e109bf color RGB value is (225,9,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 10111111
Octal 341 11 277
Decimal 225 9 191
Hex E1 9 BF

RGB Percentages of Color #e109bf

%52.94
%2.12
%44.94

CMYK Percentages of Color #e109bf

%0
%96
%15
%12

Triadic Colors of #e109bf

#e109bf #bfe109 #09bfe1

Analogous Colors of #e109bf

#e109bf #e10953 #9709e1

Monochromatic Colors of #e109bf

#e109bf

Complementary Color

#e109bf #09e12b

#e109bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e109bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e109bf Color CSS Codes

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

#e109bf Text Font Color

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

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


#e109bf Background Color

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

This div background color is #e109bf


#e109bf Border Color

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

This div border color is #e109bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e109bf


Comments

No comments written yet.

Please login to write comment.