Color Hex Logo

#e114bd Color Hex

#E114BD
(225,20,189)
0 Favorites   0 Comments

Color spaces of #e114bd

RGB 22520189
HSL0.860.840.48
HSV311°91°88°
CMYK 0.000.910.16   0.12
XYZ40.486820.182049.9057
Yxy20.18200.36610.1825
Hunter Lab44.924482.2503-34.4171
CIE-Lab52.042482.9222-36.8888

#e114bd color RGB value is (225,20,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10111101
Octal 341 24 275
Decimal 225 20 189
Hex E1 14 BD

RGB Percentages of Color #e114bd

%51.84
%4.61
%43.55

CMYK Percentages of Color #e114bd

%0
%91
%16
%12

Triadic Colors of #e114bd

#e114bd #bde114 #14bde1

Analogous Colors of #e114bd

#e114bd #e11457 #9f14e1

Monochromatic Colors of #e114bd

#e114bd

Complementary Color

#e114bd #14e138

#e114bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114bd Color CSS Codes

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

#e114bd Text Font Color

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

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


#e114bd Background Color

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

This div background color is #e114bd


#e114bd Border Color

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

This div border color is #e114bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114bd


Comments

No comments written yet.

Please login to write comment.