Color Hex Logo

#f7acfb Color Hex

#F7ACFB
(247,172,251)
0 Favorites   0 Comments

Color spaces of #f7acfb

RGB 247172251
HSL0.820.910.83
HSV297°31°98°
CMYK 0.020.310.00   0.02
XYZ70.522956.244298.4060
Yxy56.24420.31320.2498
Hunter Lab74.996136.6099-25.2999
CIE-Lab79.752639.9282-28.2770

#f7acfb color RGB value is (247,172,251).

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

The process color (four color CMYK) of #f7acfb color hex is 0.02, 0.31, 0.00, 0.02. Web safe color of #f7acfb is #ff99ff. Color #f7acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101100 11111011
Octal 367 254 373
Decimal 247 172 251
Hex F7 AC FB

RGB Percentages of Color #f7acfb

%36.87
%25.67
%37.46

CMYK Percentages of Color #f7acfb

%2
%31
%0
%2

Triadic Colors of #f7acfb

#f7acfb #fbf7ac #acfbf7

Analogous Colors of #f7acfb

#f7acfb #fbacd8 #d0acfb

Monochromatic Colors of #f7acfb

#f7acfb

Complementary Color

#f7acfb #b0fbac

#f7acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7acfb Color CSS Codes

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

#f7acfb Text Font Color

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

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


#f7acfb Background Color

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

This div background color is #f7acfb


#f7acfb Border Color

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

This div border color is #f7acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7acfb


Comments

No comments written yet.

Please login to write comment.