Color Hex Logo

#f167fc Color Hex

#F167FC
(241,103,252)
0 Favorites   0 Comments

Color spaces of #f167fc

RGB 241103252
HSL0.820.960.70
HSV296°59°99°
CMYK 0.040.590.00   0.01
XYZ58.696635.429595.8404
Yxy35.42950.30900.1865
Hunter Lab59.522771.8580-53.7999
CIE-Lab66.081771.9890-50.1522

#f167fc color RGB value is (241,103,252).

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

The process color (four color CMYK) of #f167fc color hex is 0.04, 0.59, 0.00, 0.01. Web safe color of #f167fc is #ff66ff. Color #f167fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01100111 11111100
Octal 361 147 374
Decimal 241 103 252
Hex F1 67 FC

RGB Percentages of Color #f167fc

%40.44
%17.28
%42.28

CMYK Percentages of Color #f167fc

%4
%59
%0
%1

Triadic Colors of #f167fc

#f167fc #fcf167 #67fcf1

Analogous Colors of #f167fc

#f167fc #fc67bd #a767fc

Monochromatic Colors of #f167fc

#f167fc

Complementary Color

#f167fc #72fc67

#f167fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f167fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f167fc Color CSS Codes

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

#f167fc Text Font Color

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

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


#f167fc Background Color

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

This div background color is #f167fc


#f167fc Border Color

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

This div border color is #f167fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f167fc

Related Colors


Comments

No comments written yet.

Please login to write comment.