Color Hex Logo

#f73afe Color Hex

#F73AFE
(247,58,254)
0 Favorites   0 Comments

Color spaces of #f73afe

RGB 24758254
HSL0.830.990.61
HSV298°77°100°
CMYK 0.030.770.00   0.00
XYZ57.760229.956096.5037
Yxy29.95600.31350.1626
Hunter Lab54.732192.5946-66.2278
CIE-Lab61.616288.9603-58.2924

#f73afe color RGB value is (247,58,254).

#f73afe hex color red value is 247, green value is 58 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f73afe hue: 0.83 , saturation: 0.99 and the lightness value of f73afe is 0.61.

The process color (four color CMYK) of #f73afe color hex is 0.03, 0.77, 0.00, 0.00. Web safe color of #f73afe is #ff33ff. Color #f73afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111010 11111110
Octal 367 72 376
Decimal 247 58 254
Hex F7 3A FE

RGB Percentages of Color #f73afe

%44.19
%10.38
%45.44

CMYK Percentages of Color #f73afe

%3
%77
%0
%0

Triadic Colors of #f73afe

#f73afe #fef73a #3afef7

Analogous Colors of #f73afe

#f73afe #fe3aa3 #953afe

Monochromatic Colors of #f73afe

#f73afe

Complementary Color

#f73afe #41fe3a

#f73afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f73afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f73afe Color CSS Codes

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

#f73afe Text Font Color

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

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


#f73afe Background Color

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

This div background color is #f73afe


#f73afe Border Color

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

This div border color is #f73afe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,58,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f73afe

Related Colors


Comments

No comments written yet.

Please login to write comment.