Color Hex Logo

#fc0bb0 Color Hex

#FC0BB0
(252,11,176)
0 Favorites   0 Comments

Color spaces of #fc0bb0

RGB 25211176
HSL0.890.980.52
HSV319°96°99°
CMYK 0.000.960.30   0.01
XYZ48.101024.069443.1849
Yxy24.06940.41700.2087
Hunter Lab49.060689.1527-17.8468
CIE-Lab56.157287.4288-22.5357

#fc0bb0 color RGB value is (252,11,176).

#fc0bb0 hex color red value is 252, green value is 11 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #fc0bb0 hue: 0.89 , saturation: 0.98 and the lightness value of fc0bb0 is 0.52.

The process color (four color CMYK) of #fc0bb0 color hex is 0.00, 0.96, 0.30, 0.01. Web safe color of #fc0bb0 is #ff0099. Color #fc0bb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001011 10110000
Octal 374 13 260
Decimal 252 11 176
Hex FC B B0

RGB Percentages of Color #fc0bb0

%57.40
%2.51
%40.09

CMYK Percentages of Color #fc0bb0

%0
%96
%30
%1

Triadic Colors of #fc0bb0

#fc0bb0 #b0fc0b #0bb0fc

Analogous Colors of #fc0bb0

#fc0bb0 #fc0b38 #d00bfc

Monochromatic Colors of #fc0bb0

#fc0bb0

Complementary Color

#fc0bb0 #0bfc57

#fc0bb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0bb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0bb0 Color CSS Codes

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

#fc0bb0 Text Font Color

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

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


#fc0bb0 Background Color

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

This div background color is #fc0bb0


#fc0bb0 Border Color

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

This div border color is #fc0bb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0bb0

Related Colors


Comments

No comments written yet.

Please login to write comment.