Color Hex Logo

#fc498b Color Hex

#FC498B
(252,73,139)
0 Favorites   0 Comments

Color spaces of #fc498b

RGB 25273139
HSL0.940.970.64
HSV338°71°99°
CMYK 0.000.710.45   0.01
XYZ47.187627.324627.2132
Yxy27.32460.46390.2686
Hunter Lab52.272969.65715.7248
CIE-Lab59.273671.45803.8016

#fc498b color RGB value is (252,73,139).

#fc498b hex color red value is 252, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fc498b hue: 0.94 , saturation: 0.97 and the lightness value of fc498b is 0.64.

The process color (four color CMYK) of #fc498b color hex is 0.00, 0.71, 0.45, 0.01. Web safe color of #fc498b is #ff3399. Color #fc498b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001001 10001011
Octal 374 111 213
Decimal 252 73 139
Hex FC 49 8B

RGB Percentages of Color #fc498b

%54.31
%15.73
%29.96

CMYK Percentages of Color #fc498b

%0
%71
%45
%1

Triadic Colors of #fc498b

#fc498b #8bfc49 #498bfc

Analogous Colors of #fc498b

#fc498b #fc6049 #fc49e5

Monochromatic Colors of #fc498b

#fc498b

Complementary Color

#fc498b #49fcba

#fc498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc498b Color CSS Codes

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

#fc498b Text Font Color

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

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


#fc498b Background Color

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

This div background color is #fc498b


#fc498b Border Color

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

This div border color is #fc498b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,73,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fc498b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fc498b;
  -webkit-box-shadow: 1px 1px 3px 2px #fc498b;
  box-shadow:         1px 1px 3px 2px #fc498b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,73,139, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc498b


Comments

No comments written yet.

Please login to write comment.