Color Hex Logo

#fc29fe Color Hex

#FC29FE
(252,41,254)
0 Favorites   0 Comments

Color spaces of #fc29fe

RGB 25241254
HSL0.830.990.58
HSV299°84°100°
CMYK 0.010.840.00   0.00
XYZ58.827229.437196.3473
Yxy29.43710.31870.1595
Hunter Lab54.256098.5912-67.3075
CIE-Lab61.165593.4952-58.9658

#fc29fe color RGB value is (252,41,254).

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

The process color (four color CMYK) of #fc29fe color hex is 0.01, 0.84, 0.00, 0.00. Web safe color of #fc29fe is #ff33ff. Color #fc29fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00101001 11111110
Octal 374 51 376
Decimal 252 41 254
Hex FC 29 FE

RGB Percentages of Color #fc29fe

%46.07
%7.50
%46.44

CMYK Percentages of Color #fc29fe

%1
%84
%0
%0

Triadic Colors of #fc29fe

#fc29fe #fefc29 #29fefc

Analogous Colors of #fc29fe

#fc29fe #fe2996 #9229fe

Monochromatic Colors of #fc29fe

#fc29fe

Complementary Color

#fc29fe #2bfe29

#fc29fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc29fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc29fe Color CSS Codes

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

#fc29fe Text Font Color

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

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


#fc29fe Background Color

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

This div background color is #fc29fe


#fc29fe Border Color

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

This div border color is #fc29fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc29fe

Related Colors


Comments

No comments written yet.

Please login to write comment.