Color Hex Logo

#e150bd Color Hex

#E150BD
(225,80,189)
0 Favorites   0 Comments

Color spaces of #e150bd

RGB 22580189
HSL0.870.710.60
HSV315°64°88°
CMYK 0.000.640.16   0.12
XYZ43.105325.419050.7786
Yxy25.41900.36130.2131
Hunter Lab50.417364.3821-24.4229
CIE-Lab57.481467.4197-28.4050

#e150bd color RGB value is (225,80,189).

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

The process color (four color CMYK) of #e150bd color hex is 0.00, 0.64, 0.16, 0.12. Web safe color of #e150bd is #cc66cc. Color #e150bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01010000 10111101
Octal 341 120 275
Decimal 225 80 189
Hex E1 50 BD

RGB Percentages of Color #e150bd

%45.55
%16.19
%38.26

CMYK Percentages of Color #e150bd

%0
%64
%16
%12

Triadic Colors of #e150bd

#e150bd #bde150 #50bde1

Analogous Colors of #e150bd

#e150bd #e15075 #bd50e1

Monochromatic Colors of #e150bd

#e150bd

Complementary Color

#e150bd #50e174

#e150bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e150bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e150bd Color CSS Codes

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

#e150bd Text Font Color

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

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


#e150bd Background Color

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

This div background color is #e150bd


#e150bd Border Color

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

This div border color is #e150bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e150bd


Comments

No comments written yet.

Please login to write comment.