Color Hex Logo

#f7affa Color Hex

#F7AFFA
(247,175,250)
0 Favorites   0 Comments

Color spaces of #f7affa

RGB 247175250
HSL0.830.880.83
HSV298°30°98°
CMYK 0.010.300.00   0.02
XYZ70.943157.336297.7704
Yxy57.33620.31380.2536
Hunter Lab75.720734.7264-23.5507
CIE-Lab80.368338.1715-26.7982

#f7affa color RGB value is (247,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101111 11111010
Octal 367 257 372
Decimal 247 175 250
Hex F7 AF FA

RGB Percentages of Color #f7affa

%36.76
%26.04
%37.20

CMYK Percentages of Color #f7affa

%1
%30
%0
%2

Triadic Colors of #f7affa

#f7affa #faf7af #affaf7

Analogous Colors of #f7affa

#f7affa #faafd8 #d2affa

Monochromatic Colors of #f7affa

#f7affa

Complementary Color

#f7affa #b2faaf

#f7affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7affa Color CSS Codes

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

#f7affa Text Font Color

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

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


#f7affa Background Color

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

This div background color is #f7affa


#f7affa Border Color

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

This div border color is #f7affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7affa

Related Colors


Comments

No comments written yet.

Please login to write comment.