Color Hex Logo

#fc008d Color Hex

#FC008D
(252,0,141)
0 Favorites   0 Comments

Color spaces of #fc008d

RGB 2520141
HSL0.911.000.49
HSV326°100°99°
CMYK 0.001.000.44   0.01
XYZ44.952622.618527.1958
Yxy22.61850.47430.2387
Hunter Lab47.558985.4898-0.6128
CIE-Lab54.677284.9180-4.0964

#fc008d color RGB value is (252,0,141).

#fc008d hex color red value is 252, green value is 0 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fc008d hue: 0.91 , saturation: 1.00 and the lightness value of fc008d is 0.49.

The process color (four color CMYK) of #fc008d color hex is 0.00, 1.00, 0.44, 0.01. Web safe color of #fc008d is #ff0099. Color #fc008d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 10001101
Octal 374 0 215
Decimal 252 0 141
Hex FC 0 8D

RGB Percentages of Color #fc008d

%64.12
%0.00
%35.88

CMYK Percentages of Color #fc008d

%0
%100
%44
%1

Triadic Colors of #fc008d

#fc008d #8dfc00 #008dfc

Analogous Colors of #fc008d

#fc008d #fc000f #ed00fc

Monochromatic Colors of #fc008d

#fc008d

Complementary Color

#fc008d #00fc6f

#fc008d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc008d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc008d Color CSS Codes

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

#fc008d Text Font Color

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

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


#fc008d Background Color

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

This div background color is #fc008d


#fc008d Border Color

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

This div border color is #fc008d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc008d


Comments

No comments written yet.

Please login to write comment.