Color Hex Logo

#f498ff Color Hex

#F498FF
(244,152,255)
0 Favorites   0 Comments

Color spaces of #f498ff

RGB 244152255
HSL0.821.000.80
HSV294°40°100°
CMYK 0.040.400.00   0.00
XYZ66.586548.9096100.5387
Yxy48.90960.30820.2264
Hunter Lab69.935447.5655-36.2802
CIE-Lab75.395150.1270-37.1769

#f498ff color RGB value is (244,152,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011000 11111111
Octal 364 230 377
Decimal 244 152 255
Hex F4 98 FF

RGB Percentages of Color #f498ff

%37.48
%23.35
%39.17

CMYK Percentages of Color #f498ff

%4
%40
%0
%0

Triadic Colors of #f498ff

#f498ff #fff498 #98fff4

Analogous Colors of #f498ff

#f498ff #ff98d7 #c198ff

Monochromatic Colors of #f498ff

#f498ff

Complementary Color

#f498ff #a3ff98

#f498ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f498ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f498ff Color CSS Codes

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

#f498ff Text Font Color

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

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


#f498ff Background Color

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

This div background color is #f498ff


#f498ff Border Color

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

This div border color is #f498ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f498ff

Related Colors


Comments

No comments written yet.

Please login to write comment.