Color Hex Logo

#fc3fad Color Hex

#FC3FAD
(252,63,173)
0 Favorites   0 Comments

Color spaces of #fc3fad

RGB 25263173
HSL0.900.970.62
HSV325°75°99°
CMYK 0.000.750.31   0.01
XYZ49.465227.267642.1912
Yxy27.26760.41590.2293
Hunter Lab52.218477.7065-11.3520
CIE-Lab59.221277.9537-16.1171

#fc3fad color RGB value is (252,63,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 10101101
Octal 374 77 255
Decimal 252 63 173
Hex FC 3F AD

RGB Percentages of Color #fc3fad

%51.64
%12.91
%35.45

CMYK Percentages of Color #fc3fad

%0
%75
%31
%1

Triadic Colors of #fc3fad

#fc3fad #adfc3f #3fadfc

Analogous Colors of #fc3fad

#fc3fad #fc3f4e #ed3ffc

Monochromatic Colors of #fc3fad

#fc3fad

Complementary Color

#fc3fad #3ffc8e

#fc3fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fad Color CSS Codes

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

#fc3fad Text Font Color

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

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


#fc3fad Background Color

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

This div background color is #fc3fad


#fc3fad Border Color

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

This div border color is #fc3fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fad


Comments

No comments written yet.

Please login to write comment.