Color Hex Logo

#fc3dcd Color Hex

#FC3DCD
(252,61,205)
0 Favorites   0 Comments

Color spaces of #fc3dcd

RGB 25261205
HSL0.870.970.61
HSV315°76°99°
CMYK 0.000.760.19   0.01
XYZ52.833128.440760.4626
Yxy28.44070.37280.2007
Hunter Lab53.329883.5102-29.8891
CIE-Lab60.284882.2973-32.8633

#fc3dcd color RGB value is (252,61,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00111101 11001101
Octal 374 75 315
Decimal 252 61 205
Hex FC 3D CD

RGB Percentages of Color #fc3dcd

%48.65
%11.78
%39.58

CMYK Percentages of Color #fc3dcd

%0
%76
%19
%1

Triadic Colors of #fc3dcd

#fc3dcd #cdfc3d #3dcdfc

Analogous Colors of #fc3dcd

#fc3dcd #fc3d6e #cc3dfc

Monochromatic Colors of #fc3dcd

#fc3dcd

Complementary Color

#fc3dcd #3dfc6c

#fc3dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc3dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc3dcd Color CSS Codes

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

#fc3dcd Text Font Color

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

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


#fc3dcd Background Color

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

This div background color is #fc3dcd


#fc3dcd Border Color

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

This div border color is #fc3dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc3dcd


Comments

No comments written yet.

Please login to write comment.