Color Hex Logo

#f498fe Color Hex

#F498FE
(244,152,254)
0 Favorites   0 Comments

Color spaces of #f498fe

RGB 244152254
HSL0.820.980.80
HSV294°40°100°
CMYK 0.040.400.00   0.00
XYZ66.425948.845399.6930
Yxy48.84530.30900.2272
Hunter Lab69.889447.3476-35.6510
CIE-Lab75.355049.9424-36.6984

#f498fe color RGB value is (244,152,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011000 11111110
Octal 364 230 376
Decimal 244 152 254
Hex F4 98 FE

RGB Percentages of Color #f498fe

%37.54
%23.38
%39.08

CMYK Percentages of Color #f498fe

%4
%40
%0
%0

Triadic Colors of #f498fe

#f498fe #fef498 #98fef4

Analogous Colors of #f498fe

#f498fe #fe98d5 #c198fe

Monochromatic Colors of #f498fe

#f498fe

Complementary Color

#f498fe #a2fe98

#f498fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f498fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f498fe Color CSS Codes

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

#f498fe Text Font Color

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

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


#f498fe Background Color

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

This div background color is #f498fe


#f498fe Border Color

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

This div border color is #f498fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f498fe


Comments

No comments written yet.

Please login to write comment.