Color Hex Logo

#fc10bc Color Hex

#FC10BC
(252,16,188)
0 Favorites   0 Comments

Color spaces of #fc10bc

RGB 25216188
HSL0.880.980.53
HSV316°94°99°
CMYK 0.000.940.25   0.01
XYZ49.407324.696949.7399
Yxy24.69690.39890.1994
Hunter Lab49.696090.4952-24.5552
CIE-Lab56.778988.3239-28.5514

#fc10bc color RGB value is (252,16,188).

#fc10bc hex color red value is 252, green value is 16 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fc10bc hue: 0.88 , saturation: 0.98 and the lightness value of fc10bc is 0.53.

The process color (four color CMYK) of #fc10bc color hex is 0.00, 0.94, 0.25, 0.01. Web safe color of #fc10bc is #ff00cc. Color #fc10bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 10111100
Octal 374 20 274
Decimal 252 16 188
Hex FC 10 BC

RGB Percentages of Color #fc10bc

%55.26
%3.51
%41.23

CMYK Percentages of Color #fc10bc

%0
%94
%25
%1

Triadic Colors of #fc10bc

#fc10bc #bcfc10 #10bcfc

Analogous Colors of #fc10bc

#fc10bc #fc1046 #c610fc

Monochromatic Colors of #fc10bc

#fc10bc

Complementary Color

#fc10bc #10fc50

#fc10bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc10bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc10bc Color CSS Codes

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

#fc10bc Text Font Color

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

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


#fc10bc Background Color

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

This div background color is #fc10bc


#fc10bc Border Color

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

This div border color is #fc10bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc10bc


Comments

No comments written yet.

Please login to write comment.