Color Hex Logo

#fe72fa Color Hex

#FE72FA
(254,114,250)
0 Favorites   0 Comments

Color spaces of #fe72fa

RGB 254114250
HSL0.840.990.72
HSV302°55°100°
CMYK 0.000.550.02   0.00
XYZ64.145740.007694.7839
Yxy40.00760.32240.2011
Hunter Lab63.251670.3331-44.5713
CIE-Lab69.474970.1511-43.5949

#fe72fa color RGB value is (254,114,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01110010 11111010
Octal 376 162 372
Decimal 254 114 250
Hex FE 72 FA

RGB Percentages of Color #fe72fa

%41.10
%18.45
%40.45

CMYK Percentages of Color #fe72fa

%0
%55
%2
%0

Triadic Colors of #fe72fa

#fe72fa #fafe72 #72fafe

Analogous Colors of #fe72fa

#fe72fa #fe72b4 #bc72fe

Monochromatic Colors of #fe72fa

#fe72fa

Complementary Color

#fe72fa #72fe76

#fe72fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe72fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe72fa Color CSS Codes

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

#fe72fa Text Font Color

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

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


#fe72fa Background Color

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

This div background color is #fe72fa


#fe72fa Border Color

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

This div border color is #fe72fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe72fa

Related Colors


Comments

No comments written yet.

Please login to write comment.