Color Hex Logo

#fc708b Color Hex

#FC708B
(252,112,139)
0 Favorites   0 Comments

Color spaces of #fc708b

RGB 252112139
HSL0.970.960.71
HSV348°56°99°
CMYK 0.000.560.45   0.01
XYZ50.599334.147928.3504
Yxy34.14790.44740.3019
Hunter Lab58.436252.297912.1407
CIE-Lab65.079855.751612.0813

#fc708b color RGB value is (252,112,139).

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

The process color (four color CMYK) of #fc708b color hex is 0.00, 0.56, 0.45, 0.01. Web safe color of #fc708b is #ff6699. Color #fc708b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01110000 10001011
Octal 374 160 213
Decimal 252 112 139
Hex FC 70 8B

RGB Percentages of Color #fc708b

%50.10
%22.27
%27.63

CMYK Percentages of Color #fc708b

%0
%56
%45
%1

Triadic Colors of #fc708b

#fc708b #8bfc70 #708bfc

Analogous Colors of #fc708b

#fc708b #fc9b70 #fc70d1

Monochromatic Colors of #fc708b

#fc708b

Complementary Color

#fc708b #70fce1

#fc708b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc708b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc708b Color CSS Codes

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

#fc708b Text Font Color

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

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


#fc708b Background Color

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

This div background color is #fc708b


#fc708b Border Color

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

This div border color is #fc708b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,112,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 #fc708b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc708b


Comments

No comments written yet.

Please login to write comment.