Color Hex Logo

#fc04fb Color Hex

#FC04FB
(252,4,251)
0 Favorites   0 Comments

Color spaces of #fc04fb

RGB 2524251
HSL0.830.980.50
HSV300°98°99°
CMYK 0.000.980.00   0.01
XYZ57.600927.747393.5866
Yxy27.74730.32190.1551
Hunter Lab52.6757103.0073-68.4649
CIE-Lab59.659797.0037-59.7101

#fc04fb color RGB value is (252,4,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000100 11111011
Octal 374 4 373
Decimal 252 4 251
Hex FC 4 FB

RGB Percentages of Color #fc04fb

%49.70
%0.79
%49.51

CMYK Percentages of Color #fc04fb

%0
%98
%0
%1

Triadic Colors of #fc04fb

#fc04fb #fbfc04 #04fbfc

Analogous Colors of #fc04fb

#fc04fb #fc047f #8104fc

Monochromatic Colors of #fc04fb

#fc04fb

Complementary Color

#fc04fb #04fc05

#fc04fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc04fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc04fb Color CSS Codes

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

#fc04fb Text Font Color

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

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


#fc04fb Background Color

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

This div background color is #fc04fb


#fc04fb Border Color

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

This div border color is #fc04fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc04fb

Related Colors


Comments

No comments written yet.

Please login to write comment.