Color Hex Logo

#e145bf Color Hex

#E145BF
(225,69,191)
0 Favorites   0 Comments

Color spaces of #e145bf

RGB 22569191
HSL0.870.720.58
HSV313°69°88°
CMYK 0.000.690.15   0.12
XYZ42.583424.025451.6832
Yxy24.02540.36000.2031
Hunter Lab49.015769.2980-28.2056
CIE-Lab56.113271.7604-31.6795

#e145bf color RGB value is (225,69,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 10111111
Octal 341 105 277
Decimal 225 69 191
Hex E1 45 BF

RGB Percentages of Color #e145bf

%46.39
%14.23
%39.38

CMYK Percentages of Color #e145bf

%0
%69
%15
%12

Triadic Colors of #e145bf

#e145bf #bfe145 #45bfe1

Analogous Colors of #e145bf

#e145bf #e14571 #b545e1

Monochromatic Colors of #e145bf

#e145bf

Complementary Color

#e145bf #45e167

#e145bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e145bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e145bf Color CSS Codes

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

#e145bf Text Font Color

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

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


#e145bf Background Color

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

This div background color is #e145bf


#e145bf Border Color

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

This div border color is #e145bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e145bf


Comments

No comments written yet.

Please login to write comment.