Color Hex Logo

#e109bd Color Hex

#E109BD
(225,9,189)
0 Favorites   0 Comments

Color spaces of #e109bd

RGB 2259189
HSL0.860.920.46
HSV310°96°88°
CMYK 0.000.960.16   0.12
XYZ40.334319.877049.8549
Yxy19.87700.36650.1806
Hunter Lab44.583683.4656-35.0915
CIE-Lab51.697983.9342-37.4304

#e109bd color RGB value is (225,9,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00001001 10111101
Octal 341 11 275
Decimal 225 9 189
Hex E1 9 BD

RGB Percentages of Color #e109bd

%53.19
%2.13
%44.68

CMYK Percentages of Color #e109bd

%0
%96
%16
%12

Triadic Colors of #e109bd

#e109bd #bde109 #09bde1

Analogous Colors of #e109bd

#e109bd #e10951 #9909e1

Monochromatic Colors of #e109bd

#e109bd

Complementary Color

#e109bd #09e12d

#e109bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e109bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e109bd Color CSS Codes

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

#e109bd Text Font Color

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

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


#e109bd Background Color

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

This div background color is #e109bd


#e109bd Border Color

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

This div border color is #e109bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,9,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e109bd


Comments

No comments written yet.

Please login to write comment.