Color Hex Logo

#f775fb Color Hex

#F775FB
(247,117,251)
0 Favorites   0 Comments

Color spaces of #f775fb

RGB 247117251
HSL0.830.940.72
HSV298°53°98°
CMYK 0.020.530.00   0.02
XYZ62.131639.461895.6090
Yxy39.46180.31510.2001
Hunter Lab62.818666.6152-46.2654
CIE-Lab69.084567.1950-44.8206

#f775fb color RGB value is (247,117,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01110101 11111011
Octal 367 165 373
Decimal 247 117 251
Hex F7 75 FB

RGB Percentages of Color #f775fb

%40.16
%19.02
%40.81

CMYK Percentages of Color #f775fb

%2
%53
%0
%2

Triadic Colors of #f775fb

#f775fb #fbf775 #75fbf7

Analogous Colors of #f775fb

#f775fb #fb75bc #b475fb

Monochromatic Colors of #f775fb

#f775fb

Complementary Color

#f775fb #79fb75

#f775fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f775fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f775fb Color CSS Codes

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

#f775fb Text Font Color

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

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


#f775fb Background Color

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

This div background color is #f775fb


#f775fb Border Color

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

This div border color is #f775fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f775fb

Related Colors


Comments

No comments written yet.

Please login to write comment.