Color Hex Logo

#fa4cad Color Hex

#FA4CAD
(250,76,173)
0 Favorites   0 Comments

Color spaces of #fa4cad

RGB 25076173
HSL0.910.950.64
HSV327°70°98°
CMYK 0.000.700.31   0.02
XYZ49.551628.510042.4265
Yxy28.51000.41130.2366
Hunter Lab53.394872.2114-9.7344
CIE-Lab60.346773.3364-14.4471

#fa4cad color RGB value is (250,76,173).

#fa4cad hex color red value is 250, green value is 76 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fa4cad hue: 0.91 , saturation: 0.95 and the lightness value of fa4cad is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001100 10101101
Octal 372 114 255
Decimal 250 76 173
Hex FA 4C AD

RGB Percentages of Color #fa4cad

%50.10
%15.23
%34.67

CMYK Percentages of Color #fa4cad

%0
%70
%31
%2

Triadic Colors of #fa4cad

#fa4cad #adfa4c #4cadfa

Analogous Colors of #fa4cad

#fa4cad #fa4c56 #f04cfa

Monochromatic Colors of #fa4cad

#fa4cad

Complementary Color

#fa4cad #4cfa99

#fa4cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4cad Color CSS Codes

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

#fa4cad Text Font Color

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

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


#fa4cad Background Color

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

This div background color is #fa4cad


#fa4cad Border Color

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

This div border color is #fa4cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4cad


Comments

No comments written yet.

Please login to write comment.