Color Hex Logo

#fc1daa Color Hex

#FC1DAA
(252,29,170)
0 Favorites   0 Comments

Color spaces of #fc1daa

RGB 25229170
HSL0.890.970.55
HSV322°88°99°
CMYK 0.000.880.33   0.01
XYZ47.839924.476540.2332
Yxy24.47650.42510.2175
Hunter Lab49.473786.0262-13.5844
CIE-Lab56.561884.9629-18.4110

#fc1daa color RGB value is (252,29,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011101 10101010
Octal 374 35 252
Decimal 252 29 170
Hex FC 1D AA

RGB Percentages of Color #fc1daa

%55.88
%6.43
%37.69

CMYK Percentages of Color #fc1daa

%0
%88
%33
%1

Triadic Colors of #fc1daa

#fc1daa #aafc1d #1daafc

Analogous Colors of #fc1daa

#fc1daa #fc1d3b #df1dfc

Monochromatic Colors of #fc1daa

#fc1daa

Complementary Color

#fc1daa #1dfc6f

#fc1daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1daa Color CSS Codes

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

#fc1daa Text Font Color

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

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


#fc1daa Background Color

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

This div background color is #fc1daa


#fc1daa Border Color

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

This div border color is #fc1daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1daa

Related Colors


Comments

No comments written yet.

Please login to write comment.