Color Hex Logo

#f13cfc Color Hex

#F13CFC
(241,60,252)
0 Favorites   0 Comments

Color spaces of #f13cfc

RGB 24160252
HSL0.820.970.61
HSV297°76°99°
CMYK 0.040.760.00   0.01
XYZ55.462228.960894.7623
Yxy28.96080.30950.1616
Hunter Lab53.815289.7861-66.7320
CIE-Lab60.747087.0142-58.6285

#f13cfc color RGB value is (241,60,252).

#f13cfc hex color red value is 241, green value is 60 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f13cfc hue: 0.82 , saturation: 0.97 and the lightness value of f13cfc is 0.61.

The process color (four color CMYK) of #f13cfc color hex is 0.04, 0.76, 0.00, 0.01. Web safe color of #f13cfc is #ff33ff. Color #f13cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111100 11111100
Octal 361 74 374
Decimal 241 60 252
Hex F1 3C FC

RGB Percentages of Color #f13cfc

%43.58
%10.85
%45.57

CMYK Percentages of Color #f13cfc

%4
%76
%0
%1

Triadic Colors of #f13cfc

#f13cfc #fcf13c #3cfcf1

Analogous Colors of #f13cfc

#f13cfc #fc3ca7 #913cfc

Monochromatic Colors of #f13cfc

#f13cfc

Complementary Color

#f13cfc #47fc3c

#f13cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13cfc Color CSS Codes

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

#f13cfc Text Font Color

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

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


#f13cfc Background Color

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

This div background color is #f13cfc


#f13cfc Border Color

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

This div border color is #f13cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13cfc

Related Colors


Comments

No comments written yet.

Please login to write comment.