Color Hex Logo

#fa8bcf Color Hex

#FA8BCF
(250,139,207)
0 Favorites   0 Comments

Color spaces of #fa8bcf

RGB 250139207
HSL0.900.920.76
HSV323°44°98°
CMYK 0.000.440.17   0.02
XYZ59.919443.294264.2300
Yxy43.29420.35780.2586
Hunter Lab65.798347.4044-11.8180
CIE-Lab71.754250.4750-16.4342

#fa8bcf color RGB value is (250,139,207).

#fa8bcf hex color red value is 250, green value is 139 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fa8bcf hue: 0.90 , saturation: 0.92 and the lightness value of fa8bcf is 0.76.

The process color (four color CMYK) of #fa8bcf color hex is 0.00, 0.44, 0.17, 0.02. Web safe color of #fa8bcf is #ff99cc. Color #fa8bcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001011 11001111
Octal 372 213 317
Decimal 250 139 207
Hex FA 8B CF

RGB Percentages of Color #fa8bcf

%41.95
%23.32
%34.73

CMYK Percentages of Color #fa8bcf

%0
%44
%17
%2

Triadic Colors of #fa8bcf

#fa8bcf #cffa8b #8bcffa

Analogous Colors of #fa8bcf

#fa8bcf #fa8b98 #ee8bfa

Monochromatic Colors of #fa8bcf

#fa8bcf

Complementary Color

#fa8bcf #8bfab6

#fa8bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8bcf Color CSS Codes

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

#fa8bcf Text Font Color

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

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


#fa8bcf Background Color

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

This div background color is #fa8bcf


#fa8bcf Border Color

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

This div border color is #fa8bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8bcf


Comments

No comments written yet.

Please login to write comment.