Color Hex Logo

#fa5fbc Color Hex

#FA5FBC
(250,95,188)
0 Favorites   0 Comments

Color spaces of #fa5fbc

RGB 25095188
HSL0.900.940.68
HSV324°62°98°
CMYK 0.000.620.25   0.02
XYZ52.593732.139351.0085
Yxy32.13930.38750.2368
Hunter Lab56.691566.3873-13.6624
CIE-Lab63.457867.9985-18.3345

#fa5fbc color RGB value is (250,95,188).

#fa5fbc hex color red value is 250, green value is 95 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fa5fbc hue: 0.90 , saturation: 0.94 and the lightness value of fa5fbc is 0.68.

The process color (four color CMYK) of #fa5fbc color hex is 0.00, 0.62, 0.25, 0.02. Web safe color of #fa5fbc is #ff66cc. Color #fa5fbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011111 10111100
Octal 372 137 274
Decimal 250 95 188
Hex FA 5F BC

RGB Percentages of Color #fa5fbc

%46.90
%17.82
%35.27

CMYK Percentages of Color #fa5fbc

%0
%62
%25
%2

Triadic Colors of #fa5fbc

#fa5fbc #bcfa5f #5fbcfa

Analogous Colors of #fa5fbc

#fa5fbc #fa5f6f #eb5ffa

Monochromatic Colors of #fa5fbc

#fa5fbc

Complementary Color

#fa5fbc #5ffa9d

#fa5fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5fbc Color CSS Codes

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

#fa5fbc Text Font Color

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

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


#fa5fbc Background Color

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

This div background color is #fa5fbc


#fa5fbc Border Color

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

This div border color is #fa5fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5fbc


Comments

No comments written yet.

Please login to write comment.