Color Hex Logo

#fc175d Color Hex

#FC175D
(252,23,93)
0 Favorites   0 Comments

Color spaces of #fc175d

RGB 2522393
HSL0.950.970.54
HSV342°91°99°
CMYK 0.000.910.63   0.01
XYZ42.427122.098612.3852
Yxy22.09860.55160.2873
Hunter Lab47.009178.835317.2856
CIE-Lab54.131579.833824.0117

#fc175d color RGB value is (252,23,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 01011101
Octal 374 27 135
Decimal 252 23 93
Hex FC 17 5D

RGB Percentages of Color #fc175d

%68.48
%6.25
%25.27

CMYK Percentages of Color #fc175d

%0
%91
%63
%1

Triadic Colors of #fc175d

#fc175d #5dfc17 #175dfc

Analogous Colors of #fc175d

#fc175d #fc4417 #fc17d0

Monochromatic Colors of #fc175d

#fc175d

Complementary Color

#fc175d #17fcb6

#fc175d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc175d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc175d Color CSS Codes

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

#fc175d Text Font Color

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

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


#fc175d Background Color

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

This div background color is #fc175d


#fc175d Border Color

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

This div border color is #fc175d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc175d


Comments

No comments written yet.

Please login to write comment.