Color Hex Logo

#f498ba Color Hex

#F498BA
(244,152,186)
0 Favorites   0 Comments

Color spaces of #f498ba

RGB 244152186
HSL0.940.810.78
HSV338°38°96°
CMYK 0.000.380.24   0.04
XYZ57.399445.234752.1603
Yxy45.23470.37080.2922
Hunter Lab67.256734.63921.0980
CIE-Lab73.046238.8097-2.9634

#f498ba color RGB value is (244,152,186).

#f498ba hex color red value is 244, green value is 152 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f498ba hue: 0.94 , saturation: 0.81 and the lightness value of f498ba is 0.78.

The process color (four color CMYK) of #f498ba color hex is 0.00, 0.38, 0.24, 0.04. Web safe color of #f498ba is #ff99cc. Color #f498ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011000 10111010
Octal 364 230 272
Decimal 244 152 186
Hex F4 98 BA

RGB Percentages of Color #f498ba

%41.92
%26.12
%31.96

CMYK Percentages of Color #f498ba

%0
%38
%24
%4

Triadic Colors of #f498ba

#f498ba #baf498 #98baf4

Analogous Colors of #f498ba

#f498ba #f4a498 #f498e8

Monochromatic Colors of #f498ba

#f498ba

Complementary Color

#f498ba #98f4d2

#f498ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f498ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f498ba Color CSS Codes

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

#f498ba Text Font Color

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

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


#f498ba Background Color

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

This div background color is #f498ba


#f498ba Border Color

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

This div border color is #f498ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f498ba


Comments

No comments written yet.

Please login to write comment.