Color Hex Logo

#f370fc Color Hex

#F370FC
(243,112,252)
0 Favorites   0 Comments

Color spaces of #f370fc

RGB 243112252
HSL0.820.960.71
HSV296°56°99°
CMYK 0.040.560.00   0.01
XYZ60.327037.671396.1872
Yxy37.67130.31070.1940
Hunter Lab61.377068.0368-49.9528
CIE-Lab67.777768.5852-47.4590

#f370fc color RGB value is (243,112,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110000 11111100
Octal 363 160 374
Decimal 243 112 252
Hex F3 70 FC

RGB Percentages of Color #f370fc

%40.03
%18.45
%41.52

CMYK Percentages of Color #f370fc

%4
%56
%0
%1

Triadic Colors of #f370fc

#f370fc #fcf370 #70fcf3

Analogous Colors of #f370fc

#f370fc #fc70bf #ad70fc

Monochromatic Colors of #f370fc

#f370fc

Complementary Color

#f370fc #79fc70

#f370fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f370fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f370fc Color CSS Codes

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

#f370fc Text Font Color

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

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


#f370fc Background Color

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

This div background color is #f370fc


#f370fc Border Color

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

This div border color is #f370fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f370fc


Comments

No comments written yet.

Please login to write comment.