Color Hex Logo

#fc489c Color Hex

#FC489C
(252,72,156)
0 Favorites   0 Comments

Color spaces of #fc489c

RGB 25272156
HSL0.920.970.64
HSV332°71°99°
CMYK 0.000.710.38   0.01
XYZ48.463027.730534.2507
Yxy27.73050.43880.2511
Hunter Lab52.659872.1197-1.7013
CIE-Lab59.644573.3946-5.5976

#fc489c color RGB value is (252,72,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 10011100
Octal 374 110 234
Decimal 252 72 156
Hex FC 48 9C

RGB Percentages of Color #fc489c

%52.50
%15.00
%32.50

CMYK Percentages of Color #fc489c

%0
%71
%38
%1

Triadic Colors of #fc489c

#fc489c #9cfc48 #489cfc

Analogous Colors of #fc489c

#fc489c #fc4e48 #fc48f6

Monochromatic Colors of #fc489c

#fc489c

Complementary Color

#fc489c #48fca8

#fc489c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc489c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc489c Color CSS Codes

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

#fc489c Text Font Color

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

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


#fc489c Background Color

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

This div background color is #fc489c


#fc489c Border Color

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

This div border color is #fc489c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc489c

Related Colors


Comments

No comments written yet.

Please login to write comment.