Color Hex Logo

#e120bd Color Hex

#E120BD
(225,32,189)
0 Favorites   0 Comments

Color spaces of #e120bd

RGB 22532189
HSL0.860.760.50
HSV311°86°88°
CMYK 0.000.860.16   0.12
XYZ40.753220.714749.9945
Yxy20.71470.36560.1858
Hunter Lab45.513480.1824-33.2681
CIE-Lab52.635881.1875-35.9570

#e120bd color RGB value is (225,32,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 10111101
Octal 341 40 275
Decimal 225 32 189
Hex E1 20 BD

RGB Percentages of Color #e120bd

%50.45
%7.17
%42.38

CMYK Percentages of Color #e120bd

%0
%86
%16
%12

Triadic Colors of #e120bd

#e120bd #bde120 #20bde1

Analogous Colors of #e120bd

#e120bd #e1205c #a520e1

Monochromatic Colors of #e120bd

#e120bd

Complementary Color

#e120bd #20e144

#e120bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e120bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e120bd Color CSS Codes

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

#e120bd Text Font Color

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

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


#e120bd Background Color

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

This div background color is #e120bd


#e120bd Border Color

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

This div border color is #e120bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e120bd


Comments

No comments written yet.

Please login to write comment.