Color Hex Logo

#fc1daf Color Hex

#FC1DAF
(252,29,175)
0 Favorites   0 Comments

Color spaces of #fc1daf

RGB 25229175
HSL0.890.970.55
HSV321°88°99°
CMYK 0.000.880.31   0.01
XYZ48.322124.669342.7722
Yxy24.66930.41740.2131
Hunter Lab49.668286.7430-16.2904
CIE-Lab56.751885.4756-21.0410

#fc1daf color RGB value is (252,29,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011101 10101111
Octal 374 35 257
Decimal 252 29 175
Hex FC 1D AF

RGB Percentages of Color #fc1daf

%55.26
%6.36
%38.38

CMYK Percentages of Color #fc1daf

%0
%88
%31
%1

Triadic Colors of #fc1daf

#fc1daf #affc1d #1daffc

Analogous Colors of #fc1daf

#fc1daf #fc1d40 #da1dfc

Monochromatic Colors of #fc1daf

#fc1daf

Complementary Color

#fc1daf #1dfc6a

#fc1daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1daf Color CSS Codes

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

#fc1daf Text Font Color

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

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


#fc1daf Background Color

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

This div background color is #fc1daf


#fc1daf Border Color

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

This div border color is #fc1daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1daf


Comments

No comments written yet.

Please login to write comment.