Color Hex Logo

#fc208d Color Hex

#FC208D
(252,32,141)
0 Favorites   0 Comments

Color spaces of #fc208d

RGB 25232141
HSL0.920.970.56
HSV330°87°99°
CMYK 0.000.870.44   0.01
XYZ45.469123.651627.3680
Yxy23.65160.47120.2451
Hunter Lab48.632981.78010.6778
CIE-Lab55.737381.8350-2.5339

#fc208d color RGB value is (252,32,141).

#fc208d hex color red value is 252, green value is 32 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fc208d hue: 0.92 , saturation: 0.97 and the lightness value of fc208d is 0.56.

The process color (four color CMYK) of #fc208d color hex is 0.00, 0.87, 0.44, 0.01. Web safe color of #fc208d is #ff3399. Color #fc208d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 10001101
Octal 374 40 215
Decimal 252 32 141
Hex FC 20 8D

RGB Percentages of Color #fc208d

%59.29
%7.53
%33.18

CMYK Percentages of Color #fc208d

%0
%87
%44
%1

Triadic Colors of #fc208d

#fc208d #8dfc20 #208dfc

Analogous Colors of #fc208d

#fc208d #fc2120 #fc20fb

Monochromatic Colors of #fc208d

#fc208d

Complementary Color

#fc208d #20fc8f

#fc208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc208d Color CSS Codes

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

#fc208d Text Font Color

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

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


#fc208d Background Color

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

This div background color is #fc208d


#fc208d Border Color

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

This div border color is #fc208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc208d


Comments

No comments written yet.

Please login to write comment.