Color Hex Logo

#f7aafb Color Hex

#F7AAFB
(247,170,251)
0 Favorites   0 Comments

Color spaces of #f7aafb

RGB 247170251
HSL0.830.910.83
HSV297°32°98°
CMYK 0.020.320.00   0.02
XYZ70.145155.488698.2801
Yxy55.48860.31330.2478
Hunter Lab74.490737.7282-26.0815
CIE-Lab79.321940.9750-28.9371

#f7aafb color RGB value is (247,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101010 11111011
Octal 367 252 373
Decimal 247 170 251
Hex F7 AA FB

RGB Percentages of Color #f7aafb

%36.98
%25.45
%37.57

CMYK Percentages of Color #f7aafb

%2
%32
%0
%2

Triadic Colors of #f7aafb

#f7aafb #fbf7aa #aafbf7

Analogous Colors of #f7aafb

#f7aafb #fbaad7 #cfaafb

Monochromatic Colors of #f7aafb

#f7aafb

Complementary Color

#f7aafb #aefbaa

#f7aafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7aafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7aafb Color CSS Codes

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

#f7aafb Text Font Color

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

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


#f7aafb Background Color

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

This div background color is #f7aafb


#f7aafb Border Color

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

This div border color is #f7aafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7aafb

Related Colors


Comments

No comments written yet.

Please login to write comment.