Color Hex Logo

#f7afee Color Hex

#F7AFEE
(247,175,238)
0 Favorites   0 Comments

Color spaces of #f7afee

RGB 247175238
HSL0.850.820.83
HSV308°29°97°
CMYK 0.000.290.04   0.03
XYZ69.120456.607188.1722
Yxy56.60710.32310.2646
Hunter Lab75.237732.3209-16.8165
CIE-Lab79.958136.0217-20.9727

#f7afee color RGB value is (247,175,238).

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

The process color (four color CMYK) of #f7afee color hex is 0.00, 0.29, 0.04, 0.03. Web safe color of #f7afee is #ff99ff. Color #f7afee contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101111 11101110
Octal 367 257 356
Decimal 247 175 238
Hex F7 AF EE

RGB Percentages of Color #f7afee

%37.42
%26.52
%36.06

CMYK Percentages of Color #f7afee

%0
%29
%4
%3

Triadic Colors of #f7afee

#f7afee #eef7af #afeef7

Analogous Colors of #f7afee

#f7afee #f7afca #dcaff7

Monochromatic Colors of #f7afee

#f7afee

Complementary Color

#f7afee #aff7b8

#f7afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7afee Color CSS Codes

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

#f7afee Text Font Color

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

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


#f7afee Background Color

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

This div background color is #f7afee


#f7afee Border Color

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

This div border color is #f7afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7afee


Comments

No comments written yet.

Please login to write comment.