Color Hex Logo

#fc105d Color Hex

#FC105D
(252,16,93)
0 Favorites   0 Comments

Color spaces of #fc105d

RGB 2521693
HSL0.950.980.53
HSV340°94°99°
CMYK 0.000.940.63   0.01
XYZ42.306021.856312.3448
Yxy21.85630.55300.2857
Hunter Lab46.750779.715717.0696
CIE-Lab53.874280.578823.6737

#fc105d color RGB value is (252,16,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 01011101
Octal 374 20 135
Decimal 252 16 93
Hex FC 10 5D

RGB Percentages of Color #fc105d

%69.81
%4.43
%25.76

CMYK Percentages of Color #fc105d

%0
%94
%63
%1

Triadic Colors of #fc105d

#fc105d #5dfc10 #105dfc

Analogous Colors of #fc105d

#fc105d #fc3910 #fc10d3

Monochromatic Colors of #fc105d

#fc105d

Complementary Color

#fc105d #10fcaf

#fc105d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc105d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc105d Color CSS Codes

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

#fc105d Text Font Color

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

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


#fc105d Background Color

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

This div background color is #fc105d


#fc105d Border Color

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

This div border color is #fc105d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc105d


Comments

No comments written yet.

Please login to write comment.