Color Hex Logo

#fc2fad Color Hex

#FC2FAD
(252,47,173)
0 Favorites   0 Comments

Color spaces of #fc2fad

RGB 25247173
HSL0.900.970.59
HSV323°81°99°
CMYK 0.000.810.31   0.01
XYZ48.704225.745641.9376
Yxy25.74560.41850.2212
Hunter Lab50.740182.5426-13.4861
CIE-Lab57.794882.0290-18.2838

#fc2fad color RGB value is (252,47,173).

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

The process color (four color CMYK) of #fc2fad color hex is 0.00, 0.81, 0.31, 0.01. Web safe color of #fc2fad is #ff3399. Color #fc2fad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101111 10101101
Octal 374 57 255
Decimal 252 47 173
Hex FC 2F AD

RGB Percentages of Color #fc2fad

%53.39
%9.96
%36.65

CMYK Percentages of Color #fc2fad

%0
%81
%31
%1

Triadic Colors of #fc2fad

#fc2fad #adfc2f #2fadfc

Analogous Colors of #fc2fad

#fc2fad #fc2f46 #e52ffc

Monochromatic Colors of #fc2fad

#fc2fad

Complementary Color

#fc2fad #2ffc7e

#fc2fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc2fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc2fad Color CSS Codes

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

#fc2fad Text Font Color

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

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


#fc2fad Background Color

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

This div background color is #fc2fad


#fc2fad Border Color

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

This div border color is #fc2fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc2fad


Comments

No comments written yet.

Please login to write comment.