Color Hex Logo

#fc209b Color Hex

#FC209B
(252,32,155)
0 Favorites   0 Comments

Color spaces of #fc209b

RGB 25232155
HSL0.910.970.56
HSV326°87°99°
CMYK 0.000.870.38   0.01
XYZ46.577824.095033.2062
Yxy24.09500.44840.2320
Hunter Lab49.086783.4751-5.7479
CIE-Lab56.182883.0675-10.1690

#fc209b color RGB value is (252,32,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00100000 10011011
Octal 374 40 233
Decimal 252 32 155
Hex FC 20 9B

RGB Percentages of Color #fc209b

%57.40
%7.29
%35.31

CMYK Percentages of Color #fc209b

%0
%87
%38
%1

Triadic Colors of #fc209b

#fc209b #9bfc20 #209bfc

Analogous Colors of #fc209b

#fc209b #fc202d #ef20fc

Monochromatic Colors of #fc209b

#fc209b

Complementary Color

#fc209b #20fc81

#fc209b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc209b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc209b Color CSS Codes

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

#fc209b Text Font Color

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

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


#fc209b Background Color

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

This div background color is #fc209b


#fc209b Border Color

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

This div border color is #fc209b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc209b


Comments

No comments written yet.

Please login to write comment.