Color Hex Logo

#e145fa Color Hex

#E145FA
(225,69,250)
0 Favorites   0 Comments

Color spaces of #e145fa

RGB 22569250
HSL0.810.950.63
HSV292°72°98°
CMYK 0.100.720.00   0.02
XYZ50.434827.165993.0278
Yxy27.16590.29560.1592
Hunter Lab52.120981.5139-69.3389
CIE-Lab59.127680.9682-60.2484

#e145fa color RGB value is (225,69,250).

#e145fa hex color red value is 225, green value is 69 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e145fa hue: 0.81 , saturation: 0.95 and the lightness value of e145fa is 0.63.

The process color (four color CMYK) of #e145fa color hex is 0.10, 0.72, 0.00, 0.02. Web safe color of #e145fa is #cc33ff. Color #e145fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000101 11111010
Octal 341 105 372
Decimal 225 69 250
Hex E1 45 FA

RGB Percentages of Color #e145fa

%41.36
%12.68
%45.96

CMYK Percentages of Color #e145fa

%10
%72
%0
%2

Triadic Colors of #e145fa

#e145fa #fae145 #45fae1

Analogous Colors of #e145fa

#e145fa #fa45b9 #8745fa

Monochromatic Colors of #e145fa

#e145fa

Complementary Color

#e145fa #5efa45

#e145fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e145fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e145fa Color CSS Codes

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

#e145fa Text Font Color

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

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


#e145fa Background Color

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

This div background color is #e145fa


#e145fa Border Color

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

This div border color is #e145fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e145fa


Comments

No comments written yet.

Please login to write comment.