Color Hex Logo

#fc3daf Color Hex

#FC3DAF
(252,61,175)
0 Favorites   0 Comments

Color spaces of #fc3daf

RGB 25261175
HSL0.900.970.61
HSV324°76°99°
CMYK 0.000.760.31   0.01
XYZ49.551527.128143.1820
Yxy27.12810.41340.2263
Hunter Lab52.084678.6705-12.6965
CIE-Lab59.092778.7414-17.4712

#fc3daf color RGB value is (252,61,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 10101111
Octal 374 75 257
Decimal 252 61 175
Hex FC 3D AF

RGB Percentages of Color #fc3daf

%51.64
%12.50
%35.86

CMYK Percentages of Color #fc3daf

%0
%76
%31
%1

Triadic Colors of #fc3daf

#fc3daf #affc3d #3daffc

Analogous Colors of #fc3daf

#fc3daf #fc3d4f #ea3dfc

Monochromatic Colors of #fc3daf

#fc3daf

Complementary Color

#fc3daf #3dfc8a

#fc3daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3daf Color CSS Codes

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

#fc3daf Text Font Color

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

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


#fc3daf Background Color

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

This div background color is #fc3daf


#fc3daf Border Color

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

This div border color is #fc3daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3daf


Comments

No comments written yet.

Please login to write comment.