color codes Logo

#f76cfe color codes

#F76CFE
(247,108,254)
0 Favorites   0 Comments

Color spaces of #f76cfe

RGB 247108254
HSL0.830.990.71
HSV297°57°100°
CMYK 0.030.570.00   0.00
XYZ61.609737.655097.7869
Yxy37.65500.31270.1911
Hunter Lab61.363771.8293-51.5278
CIE-Lab67.765671.6614-48.5379

#f76cfe color RGB value is (247,108,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101100 11111110
Octal 367 154 376
Decimal 247 108 254
Hex F7 6C FE

RGB Percentages of Color #f76cfe

%40.56
%17.73
%41.71

CMYK Percentages of Color #f76cfe

%3
%57
%0
%0

Triadic Colors of #f76cfe

#f76cfe #fef76c #6cfef7

Analogous Colors of #f76cfe

#f76cfe #fe6cbc #ae6cfe

Monochromatic Colors of #f76cfe

#f76cfe

Complementary Color

#f76cfe #73fe6c

#f76cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76cfe Color CSS Codes

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

#f76cfe Text Font Color

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

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


#f76cfe Background Color

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

This div background color is #f76cfe


#f76cfe Border Color

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

This div border color is #f76cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.