Color Hex Logo

#fa3fbd Color Hex

#FA3FBD
(250,63,189)
0 Favorites   0 Comments

Color spaces of #fa3fbd

RGB 25063189
HSL0.890.950.61
HSV320°75°98°
CMYK 0.000.750.24   0.02
XYZ50.387227.553150.8067
Yxy27.55310.39140.2140
Hunter Lab52.491079.4864-20.6438
CIE-Lab59.482879.3095-24.9829

#fa3fbd color RGB value is (250,63,189).

#fa3fbd hex color red value is 250, green value is 63 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa3fbd hue: 0.89 , saturation: 0.95 and the lightness value of fa3fbd is 0.61.

The process color (four color CMYK) of #fa3fbd color hex is 0.00, 0.75, 0.24, 0.02. Web safe color of #fa3fbd is #ff33cc. Color #fa3fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111111 10111101
Octal 372 77 275
Decimal 250 63 189
Hex FA 3F BD

RGB Percentages of Color #fa3fbd

%49.80
%12.55
%37.65

CMYK Percentages of Color #fa3fbd

%0
%75
%24
%2

Triadic Colors of #fa3fbd

#fa3fbd #bdfa3f #3fbdfa

Analogous Colors of #fa3fbd

#fa3fbd #fa3f60 #da3ffa

Monochromatic Colors of #fa3fbd

#fa3fbd

Complementary Color

#fa3fbd #3ffa7c

#fa3fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3fbd Color CSS Codes

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

#fa3fbd Text Font Color

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

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


#fa3fbd Background Color

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

This div background color is #fa3fbd


#fa3fbd Border Color

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

This div border color is #fa3fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3fbd

Related Colors


Comments

No comments written yet.

Please login to write comment.