Color Hex Logo

#e173fa Color Hex

#E173FA
(225,115,250)
0 Favorites   0 Comments

Color spaces of #e173fa

RGB 225115250
HSL0.800.930.72
HSV289°54°98°
CMYK 0.100.540.00   0.02
XYZ54.437435.171194.3620
Yxy35.17110.29590.1912
Hunter Lab59.305260.0644-52.8241
CIE-Lab65.881762.2927-49.5064

#e173fa color RGB value is (225,115,250).

#e173fa hex color red value is 225, green value is 115 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #e173fa hue: 0.80 , saturation: 0.93 and the lightness value of e173fa is 0.72.

The process color (four color CMYK) of #e173fa color hex is 0.10, 0.54, 0.00, 0.02. Web safe color of #e173fa is #cc66ff. Color #e173fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 11111010
Octal 341 163 372
Decimal 225 115 250
Hex E1 73 FA

RGB Percentages of Color #e173fa

%38.14
%19.49
%42.37

CMYK Percentages of Color #e173fa

%10
%54
%0
%2

Triadic Colors of #e173fa

#e173fa #fae173 #73fae1

Analogous Colors of #e173fa

#e173fa #fa73d0 #9e73fa

Monochromatic Colors of #e173fa

#e173fa

Complementary Color

#e173fa #8cfa73

#e173fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173fa Color CSS Codes

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

#e173fa Text Font Color

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

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


#e173fa Background Color

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

This div background color is #e173fa


#e173fa Border Color

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

This div border color is #e173fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173fa


Comments

No comments written yet.

Please login to write comment.