Color Hex Logo

#fa2acc Color Hex

#FA2ACC
(250,42,204)
0 Favorites   0 Comments

Color spaces of #fa2acc

RGB 25042204
HSL0.870.950.57
HSV313°83°98°
CMYK 0.000.830.18   0.02
XYZ51.151426.339659.5148
Yxy26.33960.37340.1923
Hunter Lab51.322188.0925-32.8291
CIE-Lab58.358086.1934-35.3219

#fa2acc color RGB value is (250,42,204).

#fa2acc hex color red value is 250, green value is 42 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fa2acc hue: 0.87 , saturation: 0.95 and the lightness value of fa2acc is 0.57.

The process color (four color CMYK) of #fa2acc color hex is 0.00, 0.83, 0.18, 0.02. Web safe color of #fa2acc is #ff33cc. Color #fa2acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101010 11001100
Octal 372 52 314
Decimal 250 42 204
Hex FA 2A CC

RGB Percentages of Color #fa2acc

%50.40
%8.47
%41.13

CMYK Percentages of Color #fa2acc

%0
%83
%18
%2

Triadic Colors of #fa2acc

#fa2acc #ccfa2a #2accfa

Analogous Colors of #fa2acc

#fa2acc #fa2a64 #c02afa

Monochromatic Colors of #fa2acc

#fa2acc

Complementary Color

#fa2acc #2afa58

#fa2acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2acc Color CSS Codes

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

#fa2acc Text Font Color

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

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


#fa2acc Background Color

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

This div background color is #fa2acc


#fa2acc Border Color

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

This div border color is #fa2acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2acc

Related Colors


Comments

No comments written yet.

Please login to write comment.