Color Hex Logo

#f499fd Color Hex

#F499FD
(244,153,253)
0 Favorites   0 Comments

Color spaces of #f499fd

RGB 244153253
HSL0.820.960.80
HSV295°40°99°
CMYK 0.040.400.00   0.01
XYZ66.429149.107498.9060
Yxy49.10740.30980.2290
Hunter Lab70.076746.5747-34.6281
CIE-Lab75.518149.2465-35.9048

#f499fd color RGB value is (244,153,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011001 11111101
Octal 364 231 375
Decimal 244 153 253
Hex F4 99 FD

RGB Percentages of Color #f499fd

%37.54
%23.54
%38.92

CMYK Percentages of Color #f499fd

%4
%40
%0
%1

Triadic Colors of #f499fd

#f499fd #fdf499 #99fdf4

Analogous Colors of #f499fd

#f499fd #fd99d4 #c299fd

Monochromatic Colors of #f499fd

#f499fd

Complementary Color

#f499fd #a2fd99

#f499fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f499fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f499fd Color CSS Codes

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

#f499fd Text Font Color

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

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


#f499fd Background Color

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

This div background color is #f499fd


#f499fd Border Color

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

This div border color is #f499fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f499fd


Comments

No comments written yet.

Please login to write comment.