Color Hex Logo

#f670fc Color Hex

#F670FC
(246,112,252)
0 Favorites   0 Comments

Color spaces of #f670fc

RGB 246112252
HSL0.830.960.71
HSV297°56°99°
CMYK 0.020.560.00   0.01
XYZ61.370938.209496.2360
Yxy38.20940.31340.1951
Hunter Lab61.813869.0471-49.0372
CIE-Lab68.174769.3383-46.8070

#f670fc color RGB value is (246,112,252).

#f670fc hex color red value is 246, green value is 112 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f670fc hue: 0.83 , saturation: 0.96 and the lightness value of f670fc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 01110000 11111100
Octal 366 160 374
Decimal 246 112 252
Hex F6 70 FC

RGB Percentages of Color #f670fc

%40.33
%18.36
%41.31

CMYK Percentages of Color #f670fc

%2
%56
%0
%1

Triadic Colors of #f670fc

#f670fc #fcf670 #70fcf6

Analogous Colors of #f670fc

#f670fc #fc70bc #b070fc

Monochromatic Colors of #f670fc

#f670fc

Complementary Color

#f670fc #76fc70

#f670fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f670fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f670fc Color CSS Codes

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

#f670fc Text Font Color

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

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


#f670fc Background Color

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

This div background color is #f670fc


#f670fc Border Color

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

This div border color is #f670fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f670fc


Comments

No comments written yet.

Please login to write comment.