Color Hex Logo

#fa4bad Color Hex

#FA4BAD
(250,75,173)
0 Favorites   0 Comments

Color spaces of #fa4bad

RGB 25075173
HSL0.910.950.64
HSV326°70°98°
CMYK 0.000.700.31   0.02
XYZ49.483228.373342.4037
Yxy28.37330.41150.2359
Hunter Lab53.266672.6051-9.9121
CIE-Lab60.224573.6780-14.6317

#fa4bad color RGB value is (250,75,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001011 10101101
Octal 372 113 255
Decimal 250 75 173
Hex FA 4B AD

RGB Percentages of Color #fa4bad

%50.20
%15.06
%34.74

CMYK Percentages of Color #fa4bad

%0
%70
%31
%2

Triadic Colors of #fa4bad

#fa4bad #adfa4b #4badfa

Analogous Colors of #fa4bad

#fa4bad #fa4b55 #f04bfa

Monochromatic Colors of #fa4bad

#fa4bad

Complementary Color

#fa4bad #4bfa98

#fa4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4bad Color CSS Codes

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

#fa4bad Text Font Color

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

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


#fa4bad Background Color

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

This div background color is #fa4bad


#fa4bad Border Color

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

This div border color is #fa4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4bad

Related Colors


Comments

No comments written yet.

Please login to write comment.