Color Hex Logo

#f376fc Color Hex

#F376FC
(243,118,252)
0 Favorites   0 Comments

Color spaces of #f376fc

RGB 243118252
HSL0.820.960.73
HSV296°53°99°
CMYK 0.040.530.00   0.01
XYZ61.011339.039896.4153
Yxy39.03980.31050.1987
Hunter Lab62.481864.9557-47.7527
CIE-Lab68.780165.8830-45.8823

#f376fc color RGB value is (243,118,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01110110 11111100
Octal 363 166 374
Decimal 243 118 252
Hex F3 76 FC

RGB Percentages of Color #f376fc

%39.64
%19.25
%41.11

CMYK Percentages of Color #f376fc

%4
%53
%0
%1

Triadic Colors of #f376fc

#f376fc #fcf376 #76fcf3

Analogous Colors of #f376fc

#f376fc #fc76c2 #b076fc

Monochromatic Colors of #f376fc

#f376fc

Complementary Color

#f376fc #7ffc76

#f376fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f376fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f376fc Color CSS Codes

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

#f376fc Text Font Color

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

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


#f376fc Background Color

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

This div background color is #f376fc


#f376fc Border Color

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

This div border color is #f376fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f376fc

Related Colors


Comments

No comments written yet.

Please login to write comment.