Color Hex Logo

#f13cff Color Hex

#F13CFF
(241,60,255)
0 Favorites   0 Comments

Color spaces of #f13cff

RGB 24160255
HSL0.821.000.62
HSV296°76°100°
CMYK 0.050.760.00   0.00
XYZ55.941529.152597.2863
Yxy29.15250.30670.1598
Hunter Lab53.993190.4537-69.0354
CIE-Lab60.916087.4861-60.0177

#f13cff color RGB value is (241,60,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111100 11111111
Octal 361 74 377
Decimal 241 60 255
Hex F1 3C FF

RGB Percentages of Color #f13cff

%43.35
%10.79
%45.86

CMYK Percentages of Color #f13cff

%5
%76
%0
%0

Triadic Colors of #f13cff

#f13cff #fff13c #3cfff1

Analogous Colors of #f13cff

#f13cff #ff3cac #903cff

Monochromatic Colors of #f13cff

#f13cff

Complementary Color

#f13cff #4aff3c

#f13cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13cff Color CSS Codes

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

#f13cff Text Font Color

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

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


#f13cff Background Color

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

This div background color is #f13cff


#f13cff Border Color

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

This div border color is #f13cff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,60,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13cff

Related Colors


Comments

No comments written yet.

Please login to write comment.