Color Hex Logo

#fc53fe Color Hex

#FC53FE
(252,83,254)
0 Favorites   0 Comments

Color spaces of #fc53fe

RGB 25283254
HSL0.830.990.66
HSV299°67°100°
CMYK 0.010.670.00   0.00
XYZ61.127534.037797.1141
Yxy34.03770.31790.1770
Hunter Lab58.341884.9247-57.8531
CIE-Lab64.992582.4825-52.8755

#fc53fe color RGB value is (252,83,254).

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

The process color (four color CMYK) of #fc53fe color hex is 0.01, 0.67, 0.00, 0.00. Web safe color of #fc53fe is #ff66ff. Color #fc53fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 11111110
Octal 374 123 376
Decimal 252 83 254
Hex FC 53 FE

RGB Percentages of Color #fc53fe

%42.78
%14.09
%43.12

CMYK Percentages of Color #fc53fe

%1
%67
%0
%0

Triadic Colors of #fc53fe

#fc53fe #fefc53 #53fefc

Analogous Colors of #fc53fe

#fc53fe #fe53ab #a753fe

Monochromatic Colors of #fc53fe

#fc53fe

Complementary Color

#fc53fe #55fe53

#fc53fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc53fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc53fe Color CSS Codes

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

#fc53fe Text Font Color

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

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


#fc53fe Background Color

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

This div background color is #fc53fe


#fc53fe Border Color

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

This div border color is #fc53fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc53fe

Related Colors


Comments

No comments written yet.

Please login to write comment.