Color Hex Logo

#fa35ac Color Hex

#FA35AC
(250,53,172)
0 Favorites   0 Comments

Color spaces of #fa35ac

RGB 25053172
HSL0.900.950.59
HSV324°79°98°
CMYK 0.000.790.31   0.02
XYZ48.143825.848841.4816
Yxy25.84880.41690.2238
Hunter Lab50.841780.0549-12.7853
CIE-Lab57.893380.0640-17.5846

#fa35ac color RGB value is (250,53,172).

#fa35ac hex color red value is 250, green value is 53 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fa35ac hue: 0.90 , saturation: 0.95 and the lightness value of fa35ac is 0.59.

The process color (four color CMYK) of #fa35ac color hex is 0.00, 0.79, 0.31, 0.02. Web safe color of #fa35ac is #ff3399. Color #fa35ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110101 10101100
Octal 372 65 254
Decimal 250 53 172
Hex FA 35 AC

RGB Percentages of Color #fa35ac

%52.63
%11.16
%36.21

CMYK Percentages of Color #fa35ac

%0
%79
%31
%2

Triadic Colors of #fa35ac

#fa35ac #acfa35 #35acfa

Analogous Colors of #fa35ac

#fa35ac #fa354a #e635fa

Monochromatic Colors of #fa35ac

#fa35ac

Complementary Color

#fa35ac #35fa83

#fa35ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa35ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa35ac Color CSS Codes

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

#fa35ac Text Font Color

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

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


#fa35ac Background Color

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

This div background color is #fa35ac


#fa35ac Border Color

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

This div border color is #fa35ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa35ac

Related Colors


Comments

No comments written yet.

Please login to write comment.