Color Hex Logo

#e145bd Color Hex

#E145BD
(225,69,189)
0 Favorites   0 Comments

Color spaces of #e145bd

RGB 22569189
HSL0.870.720.58
HSV314°69°88°
CMYK 0.000.690.16   0.12
XYZ42.364823.937950.5317
Yxy23.93790.36260.2049
Hunter Lab48.926468.9400-26.9869
CIE-Lab56.025671.4824-30.6633

#e145bd color RGB value is (225,69,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 10111101
Octal 341 105 275
Decimal 225 69 189
Hex E1 45 BD

RGB Percentages of Color #e145bd

%46.58
%14.29
%39.13

CMYK Percentages of Color #e145bd

%0
%69
%16
%12

Triadic Colors of #e145bd

#e145bd #bde145 #45bde1

Analogous Colors of #e145bd

#e145bd #e1456f #b745e1

Monochromatic Colors of #e145bd

#e145bd

Complementary Color

#e145bd #45e169

#e145bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e145bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e145bd Color CSS Codes

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

#e145bd Text Font Color

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

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


#e145bd Background Color

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

This div background color is #e145bd


#e145bd Border Color

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

This div border color is #e145bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e145bd


Comments

No comments written yet.

Please login to write comment.