Color Hex Logo

#fc51fb Color Hex

#FC51FB
(252,81,251)
0 Favorites   0 Comments

Color spaces of #fc51fb

RGB 25281251
HSL0.830.970.65
HSV300°68°99°
CMYK 0.000.680.00   0.01
XYZ60.499933.545394.5530
Yxy33.54530.32080.1779
Hunter Lab57.918385.0993-56.2495
CIE-Lab64.600082.6920-51.8447

#fc51fb color RGB value is (252,81,251).

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

The process color (four color CMYK) of #fc51fb color hex is 0.00, 0.68, 0.00, 0.01. Web safe color of #fc51fb is #ff66ff. Color #fc51fb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010001 11111011
Octal 374 121 373
Decimal 252 81 251
Hex FC 51 FB

RGB Percentages of Color #fc51fb

%43.15
%13.87
%42.98

CMYK Percentages of Color #fc51fb

%0
%68
%0
%1

Triadic Colors of #fc51fb

#fc51fb #fbfc51 #51fbfc

Analogous Colors of #fc51fb

#fc51fb #fc51a6 #a851fc

Monochromatic Colors of #fc51fb

#fc51fb

Complementary Color

#fc51fb #51fc52

#fc51fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc51fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc51fb Color CSS Codes

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

#fc51fb Text Font Color

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

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


#fc51fb Background Color

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

This div background color is #fc51fb


#fc51fb Border Color

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

This div border color is #fc51fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc51fb


Comments

No comments written yet.

Please login to write comment.