Color Hex Logo

#fc05cd Color Hex

#FC05CD
(252,5,205)
0 Favorites   0 Comments

Color spaces of #fc05cd

RGB 2525205
HSL0.870.980.50
HSV311°98°99°
CMYK 0.000.980.19   0.01
XYZ51.218625.211859.9244
Yxy25.21180.37560.1849
Hunter Lab50.211494.2109-35.6113
CIE-Lab57.281291.0128-37.5527

#fc05cd color RGB value is (252,5,205).

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

The process color (four color CMYK) of #fc05cd color hex is 0.00, 0.98, 0.19, 0.01. Web safe color of #fc05cd is #ff00cc. Color #fc05cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000101 11001101
Octal 374 5 315
Decimal 252 5 205
Hex FC 5 CD

RGB Percentages of Color #fc05cd

%54.55
%1.08
%44.37

CMYK Percentages of Color #fc05cd

%0
%98
%19
%1

Triadic Colors of #fc05cd

#fc05cd #cdfc05 #05cdfc

Analogous Colors of #fc05cd

#fc05cd #fc0552 #b005fc

Monochromatic Colors of #fc05cd

#fc05cd

Complementary Color

#fc05cd #05fc34

#fc05cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc05cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc05cd Color CSS Codes

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

#fc05cd Text Font Color

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

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


#fc05cd Background Color

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

This div background color is #fc05cd


#fc05cd Border Color

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

This div border color is #fc05cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc05cd


Comments

No comments written yet.

Please login to write comment.