Color Hex Logo

#f79afd Color Hex

#F79AFD
(247,154,253)
0 Favorites   0 Comments

Color spaces of #f79afd

RGB 247154253
HSL0.820.960.80
HSV296°39°99°
CMYK 0.020.390.00   0.01
XYZ67.643049.977299.0099
Yxy49.97720.31230.2307
Hunter Lab70.694647.0795-33.5513
CIE-Lab76.055349.6176-35.0464

#f79afd color RGB value is (247,154,253).

#f79afd hex color red value is 247, green value is 154 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f79afd hue: 0.82 , saturation: 0.96 and the lightness value of f79afd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10011010 11111101
Octal 367 232 375
Decimal 247 154 253
Hex F7 9A FD

RGB Percentages of Color #f79afd

%37.77
%23.55
%38.69

CMYK Percentages of Color #f79afd

%2
%39
%0
%1

Triadic Colors of #f79afd

#f79afd #fdf79a #9afdf7

Analogous Colors of #f79afd

#f79afd #fd9ad2 #c69afd

Monochromatic Colors of #f79afd

#f79afd

Complementary Color

#f79afd #a0fd9a

#f79afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f79afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f79afd Color CSS Codes

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

#f79afd Text Font Color

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

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


#f79afd Background Color

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

This div background color is #f79afd


#f79afd Border Color

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

This div border color is #f79afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f79afd

Related Colors


Comments

No comments written yet.

Please login to write comment.