Color Hex Logo

#fca1ff Color Hex

#FCA1FF
(252,161,255)
0 Favorites   0 Comments

Color spaces of #fca1ff

RGB 252161255
HSL0.831.000.82
HSV298°37°100°
CMYK 0.010.370.00   0.00
XYZ70.939853.4052101.1770
Yxy53.40520.31460.2368
Hunter Lab73.078945.3872-30.9312
CIE-Lab78.113647.8830-32.9010

#fca1ff color RGB value is (252,161,255).

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

The process color (four color CMYK) of #fca1ff color hex is 0.01, 0.37, 0.00, 0.00. Web safe color of #fca1ff is #ff99ff. Color #fca1ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100001 11111111
Octal 374 241 377
Decimal 252 161 255
Hex FC A1 FF

RGB Percentages of Color #fca1ff

%37.72
%24.10
%38.17

CMYK Percentages of Color #fca1ff

%1
%37
%0
%0

Triadic Colors of #fca1ff

#fca1ff #fffca1 #a1fffc

Analogous Colors of #fca1ff

#fca1ff #ffa1d3 #cda1ff

Monochromatic Colors of #fca1ff

#fca1ff

Complementary Color

#fca1ff #a4ffa1

#fca1ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca1ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca1ff Color CSS Codes

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

#fca1ff Text Font Color

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

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


#fca1ff Background Color

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

This div background color is #fca1ff


#fca1ff Border Color

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

This div border color is #fca1ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca1ff

Related Colors


Comments

No comments written yet.

Please login to write comment.