Color Hex Logo

#fc488a Color Hex

#FC488A
(252,72,138)
0 Favorites   0 Comments

Color spaces of #fc488a

RGB 25272138
HSL0.940.970.64
HSV338°71°99°
CMYK 0.000.710.45   0.01
XYZ47.049727.165226.8084
Yxy27.16520.46570.2689
Hunter Lab52.120269.92415.9880
CIE-Lab59.126971.70414.1765

#fc488a color RGB value is (252,72,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 10001010
Octal 374 110 212
Decimal 252 72 138
Hex FC 48 8A

RGB Percentages of Color #fc488a

%54.55
%15.58
%29.87

CMYK Percentages of Color #fc488a

%0
%71
%45
%1

Triadic Colors of #fc488a

#fc488a #8afc48 #488afc

Analogous Colors of #fc488a

#fc488a #fc6048 #fc48e4

Monochromatic Colors of #fc488a

#fc488a

Complementary Color

#fc488a #48fcba

#fc488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc488a Color CSS Codes

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

#fc488a Text Font Color

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

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


#fc488a Background Color

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

This div background color is #fc488a


#fc488a Border Color

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

This div border color is #fc488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc488a


Comments

No comments written yet.

Please login to write comment.