Color Hex Logo

#f498ca Color Hex

#F498CA
(244,152,202)
0 Favorites   0 Comments

Color spaces of #f498ca

RGB 244152202
HSL0.910.810.78
HSV327°38°96°
CMYK 0.000.380.17   0.04
XYZ59.197145.953861.6271
Yxy45.95380.35490.2755
Hunter Lab67.789237.2444-6.4480
CIE-Lab73.515541.1533-11.1003

#f498ca color RGB value is (244,152,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 10011000 11001010
Octal 364 230 312
Decimal 244 152 202
Hex F4 98 CA

RGB Percentages of Color #f498ca

%40.80
%25.42
%33.78

CMYK Percentages of Color #f498ca

%0
%38
%17
%4

Triadic Colors of #f498ca

#f498ca #caf498 #98caf4

Analogous Colors of #f498ca

#f498ca #f4989c #f098f4

Monochromatic Colors of #f498ca

#f498ca

Complementary Color

#f498ca #98f4c2

#f498ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f498ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f498ca Color CSS Codes

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

#f498ca Text Font Color

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

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


#f498ca Background Color

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

This div background color is #f498ca


#f498ca Border Color

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

This div border color is #f498ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f498ca


Comments

No comments written yet.

Please login to write comment.