Color Hex Logo

#e173fc Color Hex

#E173FC
(225,115,252)
0 Favorites   0 Comments

Color spaces of #e173fc

RGB 225115252
HSL0.800.960.72
HSV288°54°99°
CMYK 0.110.540.00   0.01
XYZ54.752835.297396.0227
Yxy35.29730.29430.1897
Hunter Lab59.411560.5328-54.2382
CIE-Lab65.979562.6715-50.4499

#e173fc color RGB value is (225,115,252).

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

The process color (four color CMYK) of #e173fc color hex is 0.11, 0.54, 0.00, 0.01. Web safe color of #e173fc is #cc66ff. Color #e173fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01110011 11111100
Octal 341 163 374
Decimal 225 115 252
Hex E1 73 FC

RGB Percentages of Color #e173fc

%38.01
%19.43
%42.57

CMYK Percentages of Color #e173fc

%11
%54
%0
%1

Triadic Colors of #e173fc

#e173fc #fce173 #73fce1

Analogous Colors of #e173fc

#e173fc #fc73d3 #9d73fc

Monochromatic Colors of #e173fc

#e173fc

Complementary Color

#e173fc #8efc73

#e173fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e173fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e173fc Color CSS Codes

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

#e173fc Text Font Color

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

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


#e173fc Background Color

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

This div background color is #e173fc


#e173fc Border Color

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

This div border color is #e173fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e173fc


Comments

No comments written yet.

Please login to write comment.