Color Hex Logo

#e141bd Color Hex

#E141BD
(225,65,189)
0 Favorites   0 Comments

Color spaces of #e141bd

RGB 22565189
HSL0.870.730.57
HSV314°71°88°
CMYK 0.000.710.16   0.12
XYZ42.126923.462350.4524
Yxy23.46230.36300.2022
Hunter Lab48.437970.4768-27.8493
CIE-Lab55.545472.8360-31.4101

#e141bd color RGB value is (225,65,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 10111101
Octal 341 101 275
Decimal 225 65 189
Hex E1 41 BD

RGB Percentages of Color #e141bd

%46.97
%13.57
%39.46

CMYK Percentages of Color #e141bd

%0
%71
%16
%12

Triadic Colors of #e141bd

#e141bd #bde141 #41bde1

Analogous Colors of #e141bd

#e141bd #e1416d #b541e1

Monochromatic Colors of #e141bd

#e141bd

Complementary Color

#e141bd #41e165

#e141bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141bd Color CSS Codes

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

#e141bd Text Font Color

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

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


#e141bd Background Color

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

This div background color is #e141bd


#e141bd Border Color

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

This div border color is #e141bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141bd


Comments

No comments written yet.

Please login to write comment.