Color Hex Logo

#fc087c Color Hex

#FC087C
(252,8,124)
0 Favorites   0 Comments

Color spaces of #fc087c

RGB 2528124
HSL0.920.980.51
HSV331°97°99°
CMYK 0.000.970.51   0.01
XYZ43.869822.324321.0656
Yxy22.32430.50270.2558
Hunter Lab47.248683.05026.6398
CIE-Lab54.369483.09125.6529

#fc087c color RGB value is (252,8,124).

#fc087c hex color red value is 252, green value is 8 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fc087c hue: 0.92 , saturation: 0.98 and the lightness value of fc087c is 0.51.

The process color (four color CMYK) of #fc087c color hex is 0.00, 0.97, 0.51, 0.01. Web safe color of #fc087c is #ff0066. Color #fc087c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001000 01111100
Octal 374 10 174
Decimal 252 8 124
Hex FC 8 7C

RGB Percentages of Color #fc087c

%65.63
%2.08
%32.29

CMYK Percentages of Color #fc087c

%0
%97
%51
%1

Triadic Colors of #fc087c

#fc087c #7cfc08 #087cfc

Analogous Colors of #fc087c

#fc087c #fc0e08 #fc08f6

Monochromatic Colors of #fc087c

#fc087c

Complementary Color

#fc087c #08fc88

#fc087c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc087c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc087c Color CSS Codes

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

#fc087c Text Font Color

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

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


#fc087c Background Color

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

This div background color is #fc087c


#fc087c Border Color

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

This div border color is #fc087c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc087c


Comments

No comments written yet.

Please login to write comment.