Color Hex Logo

#fa5acc Color Hex

#FA5ACC
(250,90,204)
0 Favorites   0 Comments

Color spaces of #fa5acc

RGB 25090204
HSL0.880.940.67
HSV317°64°98°
CMYK 0.000.640.18   0.02
XYZ53.979631.996060.4575
Yxy31.99600.36860.2185
Hunter Lab56.565071.3526-23.7745
CIE-Lab63.339672.0827-27.5918

#fa5acc color RGB value is (250,90,204).

#fa5acc hex color red value is 250, green value is 90 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fa5acc hue: 0.88 , saturation: 0.94 and the lightness value of fa5acc is 0.67.

The process color (four color CMYK) of #fa5acc color hex is 0.00, 0.64, 0.18, 0.02. Web safe color of #fa5acc is #ff66cc. Color #fa5acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011010 11001100
Octal 372 132 314
Decimal 250 90 204
Hex FA 5A CC

RGB Percentages of Color #fa5acc

%45.96
%16.54
%37.50

CMYK Percentages of Color #fa5acc

%0
%64
%18
%2

Triadic Colors of #fa5acc

#fa5acc #ccfa5a #5accfa

Analogous Colors of #fa5acc

#fa5acc #fa5a7c #d85afa

Monochromatic Colors of #fa5acc

#fa5acc

Complementary Color

#fa5acc #5afa88

#fa5acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5acc Color CSS Codes

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

#fa5acc Text Font Color

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

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


#fa5acc Background Color

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

This div background color is #fa5acc


#fa5acc Border Color

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

This div border color is #fa5acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5acc


Comments

No comments written yet.

Please login to write comment.