color codes Logo

#f76dfc color codes

#F76DFC
(247,109,252)
0 Favorites   0 Comments

Color spaces of #f76dfc

RGB 247109252
HSL0.830.960.71
HSV298°57°99°
CMYK 0.020.570.00   0.01
XYZ61.397137.739796.1440
Yxy37.73970.31440.1933
Hunter Lab61.432670.8896-49.7878
CIE-Lab67.828370.8926-47.3429

#f76dfc color RGB value is (247,109,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101101 11111100
Octal 367 155 374
Decimal 247 109 252
Hex F7 6D FC

RGB Percentages of Color #f76dfc

%40.63
%17.93
%41.45

CMYK Percentages of Color #f76dfc

%2
%57
%0
%1

Triadic Colors of #f76dfc

#f76dfc #fcf76d #6dfcf7

Analogous Colors of #f76dfc

#f76dfc #fc6dba #b06dfc

Monochromatic Colors of #f76dfc

#f76dfc

Complementary Color

#f76dfc #72fc6d

#f76dfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76dfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76dfc Color CSS Codes

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

#f76dfc Text Font Color

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

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


#f76dfc Background Color

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

This div background color is #f76dfc


#f76dfc Border Color

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

This div border color is #f76dfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76dfc


Comments

No comments written yet.

Please login to write comment.