Color Hex Logo

#f768fb Color Hex

#F768FB
(247,104,251)
0 Favorites   0 Comments

Color spaces of #f768fb

RGB 247104251
HSL0.830.950.70
HSV298°59°98°
CMYK 0.020.590.00   0.02
XYZ60.720736.639895.1386
Yxy36.63980.31540.1903
Hunter Lab60.530873.1310-50.8168
CIE-Lab67.005972.8444-48.0897

#f768fb color RGB value is (247,104,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01101000 11111011
Octal 367 150 373
Decimal 247 104 251
Hex F7 68 FB

RGB Percentages of Color #f768fb

%41.03
%17.28
%41.69

CMYK Percentages of Color #f768fb

%2
%59
%0
%2

Triadic Colors of #f768fb

#f768fb #fbf768 #68fbf7

Analogous Colors of #f768fb

#f768fb #fb68b6 #ae68fb

Monochromatic Colors of #f768fb

#f768fb

Complementary Color

#f768fb #6cfb68

#f768fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f768fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f768fb Color CSS Codes

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

#f768fb Text Font Color

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

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


#f768fb Background Color

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

This div background color is #f768fb


#f768fb Border Color

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

This div border color is #f768fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f768fb

Related Colors


Comments

No comments written yet.

Please login to write comment.