Color Hex Logo

#fc106b Color Hex

#FC106B
(252,16,107)
0 Favorites   0 Comments

Color spaces of #fc106b

RGB 25216107
HSL0.940.980.53
HSV337°94°99°
CMYK 0.000.940.58   0.01
XYZ42.984022.127615.9155
Yxy22.12760.53050.2731
Hunter Lab47.040080.789012.8678
CIE-Lab54.162181.366315.6154

#fc106b color RGB value is (252,16,107).

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

The process color (four color CMYK) of #fc106b color hex is 0.00, 0.94, 0.58, 0.01. Web safe color of #fc106b is #ff0066. Color #fc106b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 01101011
Octal 374 20 153
Decimal 252 16 107
Hex FC 10 6B

RGB Percentages of Color #fc106b

%67.20
%4.27
%28.53

CMYK Percentages of Color #fc106b

%0
%94
%58
%1

Triadic Colors of #fc106b

#fc106b #6bfc10 #106bfc

Analogous Colors of #fc106b

#fc106b #fc2b10 #fc10e1

Monochromatic Colors of #fc106b

#fc106b

Complementary Color

#fc106b #10fca1

#fc106b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc106b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc106b Color CSS Codes

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

#fc106b Text Font Color

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

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


#fc106b Background Color

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

This div background color is #fc106b


#fc106b Border Color

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

This div border color is #fc106b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc106b

Related Colors


Comments

No comments written yet.

Please login to write comment.