Color Hex Logo

#fc57fb Color Hex

#FC57FB
(252,87,251)
0 Favorites   0 Comments

Color spaces of #fc57fb

RGB 25287251
HSL0.830.960.66
HSV300°65°99°
CMYK 0.000.650.00   0.01
XYZ60.965734.476994.7082
Yxy34.47690.32060.1813
Hunter Lab58.717082.5811-54.5304
CIE-Lab65.339480.6063-50.6743

#fc57fb color RGB value is (252,87,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010111 11111011
Octal 374 127 373
Decimal 252 87 251
Hex FC 57 FB

RGB Percentages of Color #fc57fb

%42.71
%14.75
%42.54

CMYK Percentages of Color #fc57fb

%0
%65
%0
%1

Triadic Colors of #fc57fb

#fc57fb #fbfc57 #57fbfc

Analogous Colors of #fc57fb

#fc57fb #fc57a9 #ab57fc

Monochromatic Colors of #fc57fb

#fc57fb

Complementary Color

#fc57fb #57fc58

#fc57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc57fb Color CSS Codes

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

#fc57fb Text Font Color

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

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


#fc57fb Background Color

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

This div background color is #fc57fb


#fc57fb Border Color

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

This div border color is #fc57fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc57fb


Comments

No comments written yet.

Please login to write comment.