Color Hex Logo

#fa1caf Color Hex

#FA1CAF
(250,28,175)
0 Favorites   0 Comments

Color spaces of #fa1caf

RGB 25028175
HSL0.890.960.55
HSV320°89°98°
CMYK 0.000.890.30   0.02
XYZ47.577524.249642.7305
Yxy24.24960.41530.2117
Hunter Lab49.243986.2829-16.9771
CIE-Lab56.336885.2038-21.7088

#fa1caf color RGB value is (250,28,175).

#fa1caf hex color red value is 250, green value is 28 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #fa1caf hue: 0.89 , saturation: 0.96 and the lightness value of fa1caf is 0.55.

The process color (four color CMYK) of #fa1caf color hex is 0.00, 0.89, 0.30, 0.02. Web safe color of #fa1caf is #ff3399. Color #fa1caf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011100 10101111
Octal 372 34 257
Decimal 250 28 175
Hex FA 1C AF

RGB Percentages of Color #fa1caf

%55.19
%6.18
%38.63

CMYK Percentages of Color #fa1caf

%0
%89
%30
%2

Triadic Colors of #fa1caf

#fa1caf #affa1c #1caffa

Analogous Colors of #fa1caf

#fa1caf #fa1c40 #d61cfa

Monochromatic Colors of #fa1caf

#fa1caf

Complementary Color

#fa1caf #1cfa67

#fa1caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1caf Color CSS Codes

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

#fa1caf Text Font Color

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

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


#fa1caf Background Color

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

This div background color is #fa1caf


#fa1caf Border Color

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

This div border color is #fa1caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,28,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa1caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa1caf;
  -webkit-box-shadow: 1px 1px 3px 2px #fa1caf;
  box-shadow:         1px 1px 3px 2px #fa1caf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,28,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1caf

Related Colors


Comments

No comments written yet.

Please login to write comment.