Color Hex Logo

#fc40cd Color Hex

#FC40CD
(252,64,205)
0 Favorites   0 Comments

Color spaces of #fc40cd

RGB 25264205
HSL0.880.970.62
HSV315°75°99°
CMYK 0.000.750.19   0.01
XYZ52.997728.770060.5175
Yxy28.77000.37250.2022
Hunter Lab53.637782.5043-29.3485
CIE-Lab60.578181.4596-32.4073

#fc40cd color RGB value is (252,64,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01000000 11001101
Octal 374 100 315
Decimal 252 64 205
Hex FC 40 CD

RGB Percentages of Color #fc40cd

%48.37
%12.28
%39.35

CMYK Percentages of Color #fc40cd

%0
%75
%19
%1

Triadic Colors of #fc40cd

#fc40cd #cdfc40 #40cdfc

Analogous Colors of #fc40cd

#fc40cd #fc406f #cd40fc

Monochromatic Colors of #fc40cd

#fc40cd

Complementary Color

#fc40cd #40fc6f

#fc40cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc40cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc40cd Color CSS Codes

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

#fc40cd Text Font Color

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

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


#fc40cd Background Color

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

This div background color is #fc40cd


#fc40cd Border Color

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

This div border color is #fc40cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc40cd


Comments

No comments written yet.

Please login to write comment.