Color Hex Logo

#fc005d Color Hex

#FC005D
(252,0,93)
0 Favorites   0 Comments

Color spaces of #fc005d

RGB 252093
HSL0.941.000.49
HSV338°100°99°
CMYK 0.001.000.63   0.01
XYZ42.120721.485812.2831
Yxy21.48580.55500.2831
Hunter Lab46.352881.085316.7356
CIE-Lab53.477181.732123.1506

#fc005d color RGB value is (252,0,93).

#fc005d hex color red value is 252, green value is 0 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fc005d hue: 0.94 , saturation: 1.00 and the lightness value of fc005d is 0.49.

The process color (four color CMYK) of #fc005d color hex is 0.00, 1.00, 0.63, 0.01. Web safe color of #fc005d is #ff0066. Color #fc005d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000000 01011101
Octal 374 0 135
Decimal 252 0 93
Hex FC 0 5D

RGB Percentages of Color #fc005d

%73.04
%0.00
%26.96

CMYK Percentages of Color #fc005d

%0
%100
%63
%1

Triadic Colors of #fc005d

#fc005d #5dfc00 #005dfc

Analogous Colors of #fc005d

#fc005d #fc2100 #fc00db

Monochromatic Colors of #fc005d

#fc005d

Complementary Color

#fc005d #00fc9f

#fc005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc005d Color CSS Codes

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

#fc005d Text Font Color

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

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


#fc005d Background Color

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

This div background color is #fc005d


#fc005d Border Color

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

This div border color is #fc005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc005d

Related Colors


Comments

No comments written yet.

Please login to write comment.