Color Hex Logo

#e131bd Color Hex

#E131BD
(225,49,189)
0 Favorites   0 Comments

Color spaces of #e131bd

RGB 22549189
HSL0.870.750.54
HSV312°78°88°
CMYK 0.000.780.16   0.12
XYZ41.335021.878350.1885
Yxy21.87830.36450.1929
Hunter Lab46.774275.8878-30.8759
CIE-Lab53.897677.5344-33.9807

#e131bd color RGB value is (225,49,189).

#e131bd hex color red value is 225, green value is 49 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e131bd hue: 0.87 , saturation: 0.75 and the lightness value of e131bd is 0.54.

The process color (four color CMYK) of #e131bd color hex is 0.00, 0.78, 0.16, 0.12. Web safe color of #e131bd is #cc33cc. Color #e131bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00110001 10111101
Octal 341 61 275
Decimal 225 49 189
Hex E1 31 BD

RGB Percentages of Color #e131bd

%48.60
%10.58
%40.82

CMYK Percentages of Color #e131bd

%0
%78
%16
%12

Triadic Colors of #e131bd

#e131bd #bde131 #31bde1

Analogous Colors of #e131bd

#e131bd #e13165 #ad31e1

Monochromatic Colors of #e131bd

#e131bd

Complementary Color

#e131bd #31e155

#e131bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e131bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e131bd Color CSS Codes

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

#e131bd Text Font Color

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

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


#e131bd Background Color

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

This div background color is #e131bd


#e131bd Border Color

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

This div border color is #e131bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e131bd


Comments

No comments written yet.

Please login to write comment.