Color Hex Logo

#fc3acd Color Hex

#FC3ACD
(252,58,205)
0 Favorites   0 Comments

Color spaces of #fc3acd

RGB 25258205
HSL0.870.970.61
HSV315°77°99°
CMYK 0.000.770.19   0.01
XYZ52.677428.129360.4107
Yxy28.12930.37300.1992
Hunter Lab53.037184.4747-30.4070
CIE-Lab60.005483.0975-33.2980

#fc3acd color RGB value is (252,58,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111010 11001101
Octal 374 72 315
Decimal 252 58 205
Hex FC 3A CD

RGB Percentages of Color #fc3acd

%48.93
%11.26
%39.81

CMYK Percentages of Color #fc3acd

%0
%77
%19
%1

Triadic Colors of #fc3acd

#fc3acd #cdfc3a #3acdfc

Analogous Colors of #fc3acd

#fc3acd #fc3a6c #ca3afc

Monochromatic Colors of #fc3acd

#fc3acd

Complementary Color

#fc3acd #3afc69

#fc3acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3acd Color CSS Codes

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

#fc3acd Text Font Color

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

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


#fc3acd Background Color

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

This div background color is #fc3acd


#fc3acd Border Color

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

This div border color is #fc3acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3acd


Comments

No comments written yet.

Please login to write comment.