Color Hex Logo

#fc5cad Color Hex

#FC5CAD
(252,92,173)
0 Favorites   0 Comments

Color spaces of #fc5cad

RGB 25292173
HSL0.920.960.67
HSV330°63°99°
CMYK 0.000.630.31   0.01
XYZ51.514931.366942.8744
Yxy31.36690.40960.2494
Hunter Lab56.006266.1749-6.1840
CIE-Lab62.816167.9384-10.7018

#fc5cad color RGB value is (252,92,173).

#fc5cad hex color red value is 252, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fc5cad hue: 0.92 , saturation: 0.96 and the lightness value of fc5cad is 0.67.

The process color (four color CMYK) of #fc5cad color hex is 0.00, 0.63, 0.31, 0.01. Web safe color of #fc5cad is #ff6699. Color #fc5cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01011100 10101101
Octal 374 134 255
Decimal 252 92 173
Hex FC 5C AD

RGB Percentages of Color #fc5cad

%48.74
%17.79
%33.46

CMYK Percentages of Color #fc5cad

%0
%63
%31
%1

Triadic Colors of #fc5cad

#fc5cad #adfc5c #5cadfc

Analogous Colors of #fc5cad

#fc5cad #fc5c5d #fb5cfc

Monochromatic Colors of #fc5cad

#fc5cad

Complementary Color

#fc5cad #5cfcab

#fc5cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc5cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc5cad Color CSS Codes

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

#fc5cad Text Font Color

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

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


#fc5cad Background Color

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

This div background color is #fc5cad


#fc5cad Border Color

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

This div border color is #fc5cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc5cad


Comments

No comments written yet.

Please login to write comment.