Color Hex Logo

#f7aafa Color Hex

#F7AAFA
(247,170,250)
0 Favorites   0 Comments

Color spaces of #f7aafa

RGB 247170250
HSL0.830.890.82
HSV298°32°98°
CMYK 0.010.320.00   0.02
XYZ69.987855.425797.4520
Yxy55.42570.31400.2487
Hunter Lab74.448437.5203-25.4959
CIE-Lab79.285840.7923-28.4548

#f7aafa color RGB value is (247,170,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101010 11111010
Octal 367 252 372
Decimal 247 170 250
Hex F7 AA FA

RGB Percentages of Color #f7aafa

%37.03
%25.49
%37.48

CMYK Percentages of Color #f7aafa

%1
%32
%0
%2

Triadic Colors of #f7aafa

#f7aafa #faf7aa #aafaf7

Analogous Colors of #f7aafa

#f7aafa #faaad5 #cfaafa

Monochromatic Colors of #f7aafa

#f7aafa

Complementary Color

#f7aafa #adfaaa

#f7aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7aafa Color CSS Codes

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

#f7aafa Text Font Color

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

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


#f7aafa Background Color

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

This div background color is #f7aafa


#f7aafa Border Color

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

This div border color is #f7aafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7aafa


Comments

No comments written yet.

Please login to write comment.