Color Hex Logo

#fc489b Color Hex

#FC489B
(252,72,155)
0 Favorites   0 Comments

Color spaces of #fc489b

RGB 25272155
HSL0.920.970.64
HSV332°71°99°
CMYK 0.000.710.38   0.01
XYZ48.378627.696733.8065
Yxy27.69670.44030.2521
Hunter Lab52.627771.9899-1.2468
CIE-Lab59.613773.2951-5.0600

#fc489b color RGB value is (252,72,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 10011011
Octal 374 110 233
Decimal 252 72 155
Hex FC 48 9B

RGB Percentages of Color #fc489b

%52.61
%15.03
%32.36

CMYK Percentages of Color #fc489b

%0
%71
%38
%1

Triadic Colors of #fc489b

#fc489b #9bfc48 #489bfc

Analogous Colors of #fc489b

#fc489b #fc4f48 #fc48f5

Monochromatic Colors of #fc489b

#fc489b

Complementary Color

#fc489b #48fca9

#fc489b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc489b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc489b Color CSS Codes

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

#fc489b Text Font Color

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

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


#fc489b Background Color

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

This div background color is #fc489b


#fc489b Border Color

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

This div border color is #fc489b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc489b

Related Colors


Comments

No comments written yet.

Please login to write comment.