Color Hex Logo

#e115bd Color Hex

#E115BD
(225,21,189)
0 Favorites   0 Comments

Color spaces of #e115bd

RGB 22521189
HSL0.860.830.48
HSV311°91°88°
CMYK 0.000.910.16   0.12
XYZ40.504820.218049.9117
Yxy20.21800.36610.1827
Hunter Lab44.964482.1084-34.3384
CIE-Lab52.082882.8037-36.8252

#e115bd color RGB value is (225,21,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010101 10111101
Octal 341 25 275
Decimal 225 21 189
Hex E1 15 BD

RGB Percentages of Color #e115bd

%51.72
%4.83
%43.45

CMYK Percentages of Color #e115bd

%0
%91
%16
%12

Triadic Colors of #e115bd

#e115bd #bde115 #15bde1

Analogous Colors of #e115bd

#e115bd #e11557 #9f15e1

Monochromatic Colors of #e115bd

#e115bd

Complementary Color

#e115bd #15e139

#e115bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e115bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e115bd Color CSS Codes

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

#e115bd Text Font Color

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

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


#e115bd Background Color

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

This div background color is #e115bd


#e115bd Border Color

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

This div border color is #e115bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e115bd


Comments

No comments written yet.

Please login to write comment.