Color Hex Logo

#fc1aff Color Hex

#FC1AFF
(252,26,255)
0 Favorites   0 Comments

Color spaces of #fc1aff

RGB 25226255
HSL0.831.000.55
HSV299°90°100°
CMYK 0.010.900.00   0.00
XYZ58.564328.654297.0519
Yxy28.65420.31780.1555
Hunter Lab53.5296101.6118-70.0250
CIE-Lab60.475295.8347-60.6228

#fc1aff color RGB value is (252,26,255).

#fc1aff hex color red value is 252, green value is 26 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fc1aff hue: 0.83 , saturation: 1.00 and the lightness value of fc1aff is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00011010 11111111
Octal 374 32 377
Decimal 252 26 255
Hex FC 1A FF

RGB Percentages of Color #fc1aff

%47.28
%4.88
%47.84

CMYK Percentages of Color #fc1aff

%1
%90
%0
%0

Triadic Colors of #fc1aff

#fc1aff #fffc1a #1afffc

Analogous Colors of #fc1aff

#fc1aff #ff1a90 #8a1aff

Monochromatic Colors of #fc1aff

#fc1aff

Complementary Color

#fc1aff #1dff1a

#fc1aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc1aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc1aff Color CSS Codes

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

#fc1aff Text Font Color

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

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


#fc1aff Background Color

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

This div background color is #fc1aff


#fc1aff Border Color

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

This div border color is #fc1aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc1aff

Related Colors


Comments

No comments written yet.

Please login to write comment.