Color Hex Logo

#f76cfa Color Hex

#F76CFA
(247,108,250)
0 Favorites   0 Comments

Color spaces of #f76cfa

RGB 247108250
HSL0.830.930.70
HSV299°57°98°
CMYK 0.010.570.00   0.02
XYZ60.975737.401494.4479
Yxy37.40140.31620.1940
Hunter Lab61.156770.9476-48.7554
CIE-Lab67.577170.9844-46.6411

#f76cfa color RGB value is (247,108,250).

#f76cfa hex color red value is 247, green value is 108 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f76cfa hue: 0.83 , saturation: 0.93 and the lightness value of f76cfa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101100 11111010
Octal 367 154 372
Decimal 247 108 250
Hex F7 6C FA

RGB Percentages of Color #f76cfa

%40.83
%17.85
%41.32

CMYK Percentages of Color #f76cfa

%1
%57
%0
%2

Triadic Colors of #f76cfa

#f76cfa #faf76c #6cfaf7

Analogous Colors of #f76cfa

#f76cfa #fa6cb6 #b06cfa

Monochromatic Colors of #f76cfa

#f76cfa

Complementary Color

#f76cfa #6ffa6c

#f76cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76cfa Color CSS Codes

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

#f76cfa Text Font Color

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

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


#f76cfa Background Color

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

This div background color is #f76cfa


#f76cfa Border Color

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

This div border color is #f76cfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,108,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f76cfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76cfa

Related Colors


Comments

No comments written yet.

Please login to write comment.