Color Hex Logo

#e143bd Color Hex

#E143BD
(225,67,189)
0 Favorites   0 Comments

Color spaces of #e143bd

RGB 22567189
HSL0.870.720.57
HSV314°70°88°
CMYK 0.000.700.16   0.12
XYZ42.243823.696050.4914
Yxy23.69600.36280.2035
Hunter Lab48.678569.7169-27.4231
CIE-Lab55.782172.1678-31.0418

#e143bd color RGB value is (225,67,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000011 10111101
Octal 341 103 275
Decimal 225 67 189
Hex E1 43 BD

RGB Percentages of Color #e143bd

%46.78
%13.93
%39.29

CMYK Percentages of Color #e143bd

%0
%70
%16
%12

Triadic Colors of #e143bd

#e143bd #bde143 #43bde1

Analogous Colors of #e143bd

#e143bd #e1436e #b643e1

Monochromatic Colors of #e143bd

#e143bd

Complementary Color

#e143bd #43e167

#e143bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e143bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e143bd Color CSS Codes

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

#e143bd Text Font Color

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

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


#e143bd Background Color

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

This div background color is #e143bd


#e143bd Border Color

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

This div border color is #e143bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e143bd


Comments

No comments written yet.

Please login to write comment.