Color Hex Logo

#f76dff Color Hex

#F76DFF
(247,109,255)
0 Favorites   0 Comments

Color spaces of #f76dff

RGB 247109255
HSL0.821.000.71
HSV297°57°100°
CMYK 0.030.570.00   0.00
XYZ61.876437.931498.6680
Yxy37.93140.31180.1911
Hunter Lab61.588571.5547-51.8738
CIE-Lab67.970071.4037-48.7632

#f76dff color RGB value is (247,109,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101101 11111111
Octal 367 155 377
Decimal 247 109 255
Hex F7 6D FF

RGB Percentages of Color #f76dff

%40.43
%17.84
%41.73

CMYK Percentages of Color #f76dff

%3
%57
%0
%0

Triadic Colors of #f76dff

#f76dff #fff76d #6dfff7

Analogous Colors of #f76dff

#f76dff #ff6dbe #ae6dff

Monochromatic Colors of #f76dff

#f76dff

Complementary Color

#f76dff #75ff6d

#f76dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76dff Color CSS Codes

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

#f76dff Text Font Color

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

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


#f76dff Background Color

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

This div background color is #f76dff


#f76dff Border Color

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

This div border color is #f76dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76dff


Comments

No comments written yet.

Please login to write comment.