Color Hex Logo

#f497ff Color Hex

#F497FF
(244,151,255)
0 Favorites   0 Comments

Color spaces of #f497ff

RGB 244151255
HSL0.821.000.80
HSV294°41°100°
CMYK 0.040.410.00   0.00
XYZ66.424848.5863100.4849
Yxy48.58630.30820.2255
Hunter Lab69.703948.1211-36.6796
CIE-Lab75.193250.6372-37.4901

#f497ff color RGB value is (244,151,255).

#f497ff hex color red value is 244, green value is 151 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f497ff hue: 0.82 , saturation: 1.00 and the lightness value of f497ff is 0.80.

The process color (four color CMYK) of #f497ff color hex is 0.04, 0.41, 0.00, 0.00. Web safe color of #f497ff is #ff99ff. Color #f497ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010111 11111111
Octal 364 227 377
Decimal 244 151 255
Hex F4 97 FF

RGB Percentages of Color #f497ff

%37.54
%23.23
%39.23

CMYK Percentages of Color #f497ff

%4
%41
%0
%0

Triadic Colors of #f497ff

#f497ff #fff497 #97fff4

Analogous Colors of #f497ff

#f497ff #ff97d6 #c097ff

Monochromatic Colors of #f497ff

#f497ff

Complementary Color

#f497ff #a2ff97

#f497ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f497ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f497ff Color CSS Codes

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

#f497ff Text Font Color

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

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


#f497ff Background Color

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

This div background color is #f497ff


#f497ff Border Color

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

This div border color is #f497ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(244,151,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f497ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f497ff;
  -webkit-box-shadow: 1px 1px 3px 2px #f497ff;
  box-shadow:         1px 1px 3px 2px #f497ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,151,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f497ff


Comments

No comments written yet.

Please login to write comment.