Color Hex Logo

#e145be Color Hex

#E145BE
(225,69,190)
0 Favorites   0 Comments

Color spaces of #e145be

RGB 22569190
HSL0.870.720.58
HSV313°69°88°
CMYK 0.000.690.16   0.12
XYZ42.473723.981551.1055
Yxy23.98150.36130.2040
Hunter Lab48.970969.1184-27.5948
CIE-Lab56.069371.6210-31.1718

#e145be color RGB value is (225,69,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 10111110
Octal 341 105 276
Decimal 225 69 190
Hex E1 45 BE

RGB Percentages of Color #e145be

%46.49
%14.26
%39.26

CMYK Percentages of Color #e145be

%0
%69
%16
%12

Triadic Colors of #e145be

#e145be #bee145 #45bee1

Analogous Colors of #e145be

#e145be #e14570 #b645e1

Monochromatic Colors of #e145be

#e145be

Complementary Color

#e145be #45e168

#e145be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e145be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e145be Color CSS Codes

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

#e145be Text Font Color

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

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


#e145be Background Color

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

This div background color is #e145be


#e145be Border Color

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

This div border color is #e145be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,69,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e145be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e145be


Comments

No comments written yet.

Please login to write comment.