Color Hex Logo

#fc17ad Color Hex

#FC17AD
(252,23,173)
0 Favorites   0 Comments

Color spaces of #fc17ad

RGB 25223173
HSL0.890.970.54
HSV321°91°99°
CMYK 0.000.910.31   0.01
XYZ47.994124.325441.7009
Yxy24.32540.42090.2133
Hunter Lab49.320887.3871-15.6054
CIE-Lab56.412186.0346-20.3934

#fc17ad color RGB value is (252,23,173).

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

The process color (four color CMYK) of #fc17ad color hex is 0.00, 0.91, 0.31, 0.01. Web safe color of #fc17ad is #ff0099. Color #fc17ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010111 10101101
Octal 374 27 255
Decimal 252 23 173
Hex FC 17 AD

RGB Percentages of Color #fc17ad

%56.25
%5.13
%38.62

CMYK Percentages of Color #fc17ad

%0
%91
%31
%1

Triadic Colors of #fc17ad

#fc17ad #adfc17 #17adfc

Analogous Colors of #fc17ad

#fc17ad #fc173a #d917fc

Monochromatic Colors of #fc17ad

#fc17ad

Complementary Color

#fc17ad #17fc66

#fc17ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc17ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc17ad Color CSS Codes

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

#fc17ad Text Font Color

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

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


#fc17ad Background Color

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

This div background color is #fc17ad


#fc17ad Border Color

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

This div border color is #fc17ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc17ad


Comments

No comments written yet.

Please login to write comment.