Color Hex Logo

#fc3fcd Color Hex

#FC3FCD
(252,63,205)
0 Favorites   0 Comments

Color spaces of #fc3fcd

RGB 25263205
HSL0.870.970.62
HSV315°75°99°
CMYK 0.000.750.19   0.01
XYZ52.941828.658260.4989
Yxy28.65820.37260.2017
Hunter Lab53.533482.8442-29.5312
CIE-Lab60.478881.7430-32.5617

#fc3fcd color RGB value is (252,63,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111111 11001101
Octal 374 77 315
Decimal 252 63 205
Hex FC 3F CD

RGB Percentages of Color #fc3fcd

%48.46
%12.12
%39.42

CMYK Percentages of Color #fc3fcd

%0
%75
%19
%1

Triadic Colors of #fc3fcd

#fc3fcd #cdfc3f #3fcdfc

Analogous Colors of #fc3fcd

#fc3fcd #fc3f6f #cd3ffc

Monochromatic Colors of #fc3fcd

#fc3fcd

Complementary Color

#fc3fcd #3ffc6e

#fc3fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3fcd Color CSS Codes

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

#fc3fcd Text Font Color

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

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


#fc3fcd Background Color

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

This div background color is #fc3fcd


#fc3fcd Border Color

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

This div border color is #fc3fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3fcd


Comments

No comments written yet.

Please login to write comment.