Color Hex Logo

#f761fb Color Hex

#F761FB
(247,97,251)
0 Favorites   0 Comments

Color spaces of #f761fb

RGB 24797251
HSL0.830.950.68
HSV298°61°98°
CMYK 0.020.610.00   0.02
XYZ60.045135.288694.9134
Yxy35.28860.31560.1855
Hunter Lab59.404276.4684-53.1480
CIE-Lab65.972775.6947-49.7201

#f761fb color RGB value is (247,97,251).

#f761fb hex color red value is 247, green value is 97 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f761fb hue: 0.83 , saturation: 0.95 and the lightness value of f761fb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01100001 11111011
Octal 367 141 373
Decimal 247 97 251
Hex F7 61 FB

RGB Percentages of Color #f761fb

%41.51
%16.30
%42.18

CMYK Percentages of Color #f761fb

%2
%61
%0
%2

Triadic Colors of #f761fb

#f761fb #fbf761 #61fbf7

Analogous Colors of #f761fb

#f761fb #fb61b2 #aa61fb

Monochromatic Colors of #f761fb

#f761fb

Complementary Color

#f761fb #65fb61

#f761fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f761fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f761fb Color CSS Codes

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

#f761fb Text Font Color

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

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


#f761fb Background Color

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

This div background color is #f761fb


#f761fb Border Color

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

This div border color is #f761fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f761fb

Related Colors


Comments

No comments written yet.

Please login to write comment.