Color Hex Logo

#fc3cab Color Hex

#FC3CAB
(252,60,171)
0 Favorites   0 Comments

Color spaces of #fc3cab

RGB 25260171
HSL0.900.970.61
HSV325°76°99°
CMYK 0.000.760.32   0.01
XYZ49.111426.867441.1256
Yxy26.86740.41940.2294
Hunter Lab51.833878.4159-10.7578
CIE-Lab58.851478.5866-15.5167

#fc3cab color RGB value is (252,60,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111100 10101011
Octal 374 74 253
Decimal 252 60 171
Hex FC 3C AB

RGB Percentages of Color #fc3cab

%52.17
%12.42
%35.40

CMYK Percentages of Color #fc3cab

%0
%76
%32
%1

Triadic Colors of #fc3cab

#fc3cab #abfc3c #3cabfc

Analogous Colors of #fc3cab

#fc3cab #fc3c4b #ed3cfc

Monochromatic Colors of #fc3cab

#fc3cab

Complementary Color

#fc3cab #3cfc8d

#fc3cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3cab Color CSS Codes

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

#fc3cab Text Font Color

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

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


#fc3cab Background Color

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

This div background color is #fc3cab


#fc3cab Border Color

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

This div border color is #fc3cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3cab

Related Colors


Comments

No comments written yet.

Please login to write comment.