Color Hex Logo

#f76bff Color Hex

#F76BFF
(247,107,255)
0 Favorites   0 Comments

Color spaces of #f76bff

RGB 247107255
HSL0.821.000.71
HSV297°58°100°
CMYK 0.030.580.00   0.00
XYZ61.665537.509598.5977
Yxy37.50950.31180.1897
Hunter Lab61.245072.5468-52.5789
CIE-Lab67.657572.2577-49.2560

#f76bff color RGB value is (247,107,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101011 11111111
Octal 367 153 377
Decimal 247 107 255
Hex F7 6B FF

RGB Percentages of Color #f76bff

%40.56
%17.57
%41.87

CMYK Percentages of Color #f76bff

%3
%58
%0
%0

Triadic Colors of #f76bff

#f76bff #fff76b #6bfff7

Analogous Colors of #f76bff

#f76bff #ff6bbd #ad6bff

Monochromatic Colors of #f76bff

#f76bff

Complementary Color

#f76bff #73ff6b

#f76bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f76bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f76bff Color CSS Codes

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

#f76bff Text Font Color

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

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


#f76bff Background Color

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

This div background color is #f76bff


#f76bff Border Color

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

This div border color is #f76bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f76bff

Related Colors


Comments

No comments written yet.

Please login to write comment.