Color Hex Logo

#f371ff Color Hex

#F371FF
(243,113,255)
0 Favorites   0 Comments

Color spaces of #f371ff

RGB 243113255
HSL0.821.000.72
HSV295°56°100°
CMYK 0.050.560.00   0.00
XYZ60.917338.084998.7482
Yxy38.08490.30810.1926
Hunter Lab61.713068.2009-51.6721
CIE-Lab68.083168.6654-48.6206

#f371ff color RGB value is (243,113,255).

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

The process color (four color CMYK) of #f371ff color hex is 0.05, 0.56, 0.00, 0.00. Web safe color of #f371ff is #ff66ff. Color #f371ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110001 11111111
Octal 363 161 377
Decimal 243 113 255
Hex F3 71 FF

RGB Percentages of Color #f371ff

%39.77
%18.49
%41.73

CMYK Percentages of Color #f371ff

%5
%56
%0
%0

Triadic Colors of #f371ff

#f371ff #fff371 #71fff3

Analogous Colors of #f371ff

#f371ff #ff71c4 #ac71ff

Monochromatic Colors of #f371ff

#f371ff

Complementary Color

#f371ff #7dff71

#f371ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f371ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f371ff Color CSS Codes

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

#f371ff Text Font Color

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

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


#f371ff Background Color

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

This div background color is #f371ff


#f371ff Border Color

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

This div border color is #f371ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f371ff

Related Colors


Comments

No comments written yet.

Please login to write comment.