Color Hex Logo

#fc0a6b Color Hex

#FC0A6B
(252,10,107)
0 Favorites   0 Comments

Color spaces of #fc0a6b

RGB 25210107
HSL0.930.980.51
HSV336°96°99°
CMYK 0.000.960.58   0.01
XYZ42.907321.974115.8899
Yxy21.97410.53120.2721
Hunter Lab46.876581.351712.7158
CIE-Lab53.999581.838815.3916

#fc0a6b color RGB value is (252,10,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00001010 01101011
Octal 374 12 153
Decimal 252 10 107
Hex FC A 6B

RGB Percentages of Color #fc0a6b

%68.29
%2.71
%29.00

CMYK Percentages of Color #fc0a6b

%0
%96
%58
%1

Triadic Colors of #fc0a6b

#fc0a6b #6bfc0a #0a6bfc

Analogous Colors of #fc0a6b

#fc0a6b #fc220a #fc0ae4

Monochromatic Colors of #fc0a6b

#fc0a6b

Complementary Color

#fc0a6b #0afc9b

#fc0a6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0a6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0a6b Color CSS Codes

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

#fc0a6b Text Font Color

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

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


#fc0a6b Background Color

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

This div background color is #fc0a6b


#fc0a6b Border Color

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

This div border color is #fc0a6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0a6b


Comments

No comments written yet.

Please login to write comment.