color codes Logo

#f50cfc color codes

#F50CFC
(245,12,252)
0 Favorites   0 Comments

Color spaces of #f50cfc

RGB 24512252
HSL0.830.980.52
HSV298°95°99°
CMYK 0.030.950.00   0.01
XYZ55.358326.703794.3321
Yxy26.70370.31380.1514
Hunter Lab51.6756100.7885-72.0590
CIE-Lab58.699195.5805-61.8701

#f50cfc color RGB value is (245,12,252).

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

The process color (four color CMYK) of #f50cfc color code is 0.03, 0.95, 0.00, 0.01. Web safe color of #f50cfc is #ff00ff. Color #f50cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00001100 11111100
Octal 365 14 374
Decimal 245 12 252
Hex F5 C FC

RGB Percentages of Color #f50cfc

%48.13
%2.36
%49.51

CMYK Percentages of Color #f50cfc

%3
%95
%0
%1

Triadic Colors of #f50cfc

#f50cfc #fcf50c #0cfcf5

Analogous Colors of #f50cfc

#f50cfc #fc0c8b #7d0cfc

Monochromatic Colors of #f50cfc

#f50cfc

Complementary Color

#f50cfc #13fc0c

#f50cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f50cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f50cfc Color CSS Codes

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

#f50cfc Text Font Color

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

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


#f50cfc Background Color

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

This div background color is #f50cfc


#f50cfc Border Color

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

This div border color is #f50cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f50cfc


Comments

No comments written yet.

Please login to write comment.