Color Hex Logo

#f71cff Color Hex

#F71CFF
(247,28,255)
0 Favorites   0 Comments

Color spaces of #f71cff

RGB 24728255
HSL0.831.000.55
HSV298°89°100°
CMYK 0.030.890.00   0.00
XYZ56.823027.824796.9835
Yxy27.82470.31280.1532
Hunter Lab52.749199.9748-72.0850
CIE-Lab59.730094.7874-61.8624

#f71cff color RGB value is (247,28,255).

#f71cff hex color red value is 247, green value is 28 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f71cff hue: 0.83 , saturation: 1.00 and the lightness value of f71cff is 0.55.

The process color (four color CMYK) of #f71cff color hex is 0.03, 0.89, 0.00, 0.00. Web safe color of #f71cff is #ff33ff. Color #f71cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00011100 11111111
Octal 367 34 377
Decimal 247 28 255
Hex F7 1C FF

RGB Percentages of Color #f71cff

%46.60
%5.28
%48.11

CMYK Percentages of Color #f71cff

%3
%89
%0
%0

Triadic Colors of #f71cff

#f71cff #fff71c #1cfff7

Analogous Colors of #f71cff

#f71cff #ff1c96 #861cff

Monochromatic Colors of #f71cff

#f71cff

Complementary Color

#f71cff #24ff1c

#f71cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f71cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f71cff Color CSS Codes

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

#f71cff Text Font Color

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

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


#f71cff Background Color

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

This div background color is #f71cff


#f71cff Border Color

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

This div border color is #f71cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f71cff

Related Colors


Comments

No comments written yet.

Please login to write comment.