Color Hex Logo

#fc487b Color Hex

#FC487B
(252,72,123)
0 Favorites   0 Comments

Color spaces of #fc487b

RGB 25272123
HSL0.950.970.64
HSV343°71°99°
CMYK 0.000.710.51   0.01
XYZ46.037426.760221.4777
Yxy26.76020.48830.2839
Hunter Lab51.730368.328311.5948
CIE-Lab58.751770.464112.4591

#fc487b color RGB value is (252,72,123).

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

The process color (four color CMYK) of #fc487b color hex is 0.00, 0.71, 0.51, 0.01. Web safe color of #fc487b is #ff3366. Color #fc487b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 01111011
Octal 374 110 173
Decimal 252 72 123
Hex FC 48 7B

RGB Percentages of Color #fc487b

%56.38
%16.11
%27.52

CMYK Percentages of Color #fc487b

%0
%71
%51
%1

Triadic Colors of #fc487b

#fc487b #7bfc48 #487bfc

Analogous Colors of #fc487b

#fc487b #fc6f48 #fc48d5

Monochromatic Colors of #fc487b

#fc487b

Complementary Color

#fc487b #48fcc9

#fc487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc487b Color CSS Codes

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

#fc487b Text Font Color

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

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


#fc487b Background Color

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

This div background color is #fc487b


#fc487b Border Color

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

This div border color is #fc487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc487b

Related Colors


Comments

No comments written yet.

Please login to write comment.