Color Hex Logo

#fc3adc Color Hex

#FC3ADC
(252,58,220)
0 Favorites   0 Comments

Color spaces of #fc3adc

RGB 25258220
HSL0.860.970.61
HSV310°77°99°
CMYK 0.000.770.13   0.01
XYZ54.576228.888970.4098
Yxy28.88890.35470.1877
Hunter Lab53.748487.1895-40.0454
CIE-Lab60.683585.0514-40.7373

#fc3adc color RGB value is (252,58,220).

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

The process color (four color CMYK) of #fc3adc color hex is 0.00, 0.77, 0.13, 0.01. Web safe color of #fc3adc is #ff33cc. Color #fc3adc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111010 11011100
Octal 374 72 334
Decimal 252 58 220
Hex FC 3A DC

RGB Percentages of Color #fc3adc

%47.55
%10.94
%41.51

CMYK Percentages of Color #fc3adc

%0
%77
%13
%1

Triadic Colors of #fc3adc

#fc3adc #dcfc3a #3adcfc

Analogous Colors of #fc3adc

#fc3adc #fc3a7b #bb3afc

Monochromatic Colors of #fc3adc

#fc3adc

Complementary Color

#fc3adc #3afc5a

#fc3adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3adc Color CSS Codes

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

#fc3adc Text Font Color

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

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


#fc3adc Background Color

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

This div background color is #fc3adc


#fc3adc Border Color

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

This div border color is #fc3adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3adc


Comments

No comments written yet.

Please login to write comment.