Color Hex Logo

#fe73fa Color Hex

#FE73FA
(254,115,250)
0 Favorites   0 Comments

Color spaces of #fe73fa

RGB 254115250
HSL0.840.990.72
HSV302°55°100°
CMYK 0.000.550.02   0.00
XYZ64.259140.234494.8217
Yxy40.23440.32240.2019
Hunter Lab63.430669.8280-44.2306
CIE-Lab69.636269.7145-43.3423

#fe73fa color RGB value is (254,115,250).

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

The process color (four color CMYK) of #fe73fa color hex is 0.00, 0.55, 0.02, 0.00. Web safe color of #fe73fa is #ff66ff. Color #fe73fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110011 11111010
Octal 376 163 372
Decimal 254 115 250
Hex FE 73 FA

RGB Percentages of Color #fe73fa

%41.03
%18.58
%40.39

CMYK Percentages of Color #fe73fa

%0
%55
%2
%0

Triadic Colors of #fe73fa

#fe73fa #fafe73 #73fafe

Analogous Colors of #fe73fa

#fe73fa #fe73b5 #bd73fe

Monochromatic Colors of #fe73fa

#fe73fa

Complementary Color

#fe73fa #73fe77

#fe73fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe73fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe73fa Color CSS Codes

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

#fe73fa Text Font Color

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

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


#fe73fa Background Color

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

This div background color is #fe73fa


#fe73fa Border Color

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

This div border color is #fe73fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe73fa

Related Colors


Comments

No comments written yet.

Please login to write comment.