color codes Logo

#fc0887 color codes

#FC0887
(252,8,135)
0 Favorites   0 Comments

Color spaces of #fc0887

RGB 2528135
HSL0.910.980.51
HSV329°97°99°
CMYK 0.000.970.46   0.01
XYZ44.604922.618424.9365
Yxy22.61840.48400.2454
Hunter Lab47.558884.18532.2036
CIE-Lab54.677183.9114-0.5074

#fc0887 color RGB value is (252,8,135).

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

The process color (four color CMYK) of #fc0887 color code is 0.00, 0.97, 0.46, 0.01. Web safe color of #fc0887 is #ff0099. Color #fc0887 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001000 10000111
Octal 374 10 207
Decimal 252 8 135
Hex FC 8 87

RGB Percentages of Color #fc0887

%63.80
%2.03
%34.18

CMYK Percentages of Color #fc0887

%0
%97
%46
%1

Triadic Colors of #fc0887

#fc0887 #87fc08 #0887fc

Analogous Colors of #fc0887

#fc0887 #fc080d #f708fc

Monochromatic Colors of #fc0887

#fc0887

Complementary Color

#fc0887 #08fc7d

#fc0887 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0887 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0887 Color CSS Codes

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

#fc0887 Text Font Color

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

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


#fc0887 Background Color

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

This div background color is #fc0887


#fc0887 Border Color

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

This div border color is #fc0887


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0887


Comments

No comments written yet.

Please login to write comment.