Color Hex Logo

#f495fa Color Hex

#F495FA
(244,149,250)
0 Favorites   0 Comments

Color spaces of #f495fa

RGB 244149250
HSL0.820.910.78
HSV296°40°98°
CMYK 0.020.400.00   0.02
XYZ65.311047.630196.1937
Yxy47.63010.31230.2277
Hunter Lab69.014648.1456-34.3292
CIE-Lab74.591050.7389-35.7162

#f495fa color RGB value is (244,149,250).

#f495fa hex color red value is 244, green value is 149 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f495fa hue: 0.82 , saturation: 0.91 and the lightness value of f495fa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10010101 11111010
Octal 364 225 372
Decimal 244 149 250
Hex F4 95 FA

RGB Percentages of Color #f495fa

%37.95
%23.17
%38.88

CMYK Percentages of Color #f495fa

%2
%40
%0
%2

Triadic Colors of #f495fa

#f495fa #faf495 #95faf4

Analogous Colors of #f495fa

#f495fa #fa95ce #c295fa

Monochromatic Colors of #f495fa

#f495fa

Complementary Color

#f495fa #9bfa95

#f495fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f495fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f495fa Color CSS Codes

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

#f495fa Text Font Color

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

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


#f495fa Background Color

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

This div background color is #f495fa


#f495fa Border Color

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

This div border color is #f495fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f495fa

Related Colors


Comments

No comments written yet.

Please login to write comment.