Color Hex Logo

#f7affe Color Hex

#F7AFFE
(247,175,254)
0 Favorites   0 Comments

Color spaces of #f7affe

RGB 247175254
HSL0.820.980.84
HSV295°31°100°
CMYK 0.030.310.00   0.00
XYZ71.577157.5899101.1094
Yxy57.58990.31080.2501
Hunter Lab75.888035.5561-25.8734
CIE-Lab80.510238.9068-28.7254

#f7affe color RGB value is (247,175,254).

#f7affe hex color red value is 247, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f7affe hue: 0.82 , saturation: 0.98 and the lightness value of f7affe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101111 11111110
Octal 367 257 376
Decimal 247 175 254
Hex F7 AF FE

RGB Percentages of Color #f7affe

%36.54
%25.89
%37.57

CMYK Percentages of Color #f7affe

%3
%31
%0
%0

Triadic Colors of #f7affe

#f7affe #fef7af #affef7

Analogous Colors of #f7affe

#f7affe #feafde #d0affe

Monochromatic Colors of #f7affe

#f7affe

Complementary Color

#f7affe #b6feaf

#f7affe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7affe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7affe Color CSS Codes

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

#f7affe Text Font Color

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

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


#f7affe Background Color

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

This div background color is #f7affe


#f7affe Border Color

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

This div border color is #f7affe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7affe

Related Colors


Comments

No comments written yet.

Please login to write comment.