Color Hex Logo

#f50afc Color Hex

#F50AFC
(245,10,252)
0 Favorites   0 Comments

Color spaces of #f50afc

RGB 24510252
HSL0.830.980.51
HSV298°96°99°
CMYK 0.030.960.00   0.01
XYZ55.335426.657894.3244
Yxy26.65780.31380.1512
Hunter Lab51.6312100.9516-72.1743
CIE-Lab58.656295.7075-61.9387

#f50afc color RGB value is (245,10,252).

#f50afc hex color red value is 245, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f50afc hue: 0.83 , saturation: 0.98 and the lightness value of f50afc is 0.51.

The process color (four color CMYK) of #f50afc color hex is 0.03, 0.96, 0.00, 0.01. Web safe color of #f50afc is #ff00ff. Color #f50afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001010 11111100
Octal 365 12 374
Decimal 245 10 252
Hex F5 A FC

RGB Percentages of Color #f50afc

%48.32
%1.97
%49.70

CMYK Percentages of Color #f50afc

%3
%96
%0
%1

Triadic Colors of #f50afc

#f50afc #fcf50a #0afcf5

Analogous Colors of #f50afc

#f50afc #fc0a8a #7c0afc

Monochromatic Colors of #f50afc

#f50afc

Complementary Color

#f50afc #11fc0a

#f50afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50afc Color CSS Codes

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

#f50afc Text Font Color

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

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


#f50afc Background Color

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

This div background color is #f50afc


#f50afc Border Color

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

This div border color is #f50afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50afc


Comments

No comments written yet.

Please login to write comment.