Color Hex Logo

#fa8bdc Color Hex

#FA8BDC
(250,139,220)
0 Favorites   0 Comments

Color spaces of #fa8bdc

RGB 250139220
HSL0.880.920.76
HSV316°44°98°
CMYK 0.000.440.12   0.02
XYZ61.575243.956572.9492
Yxy43.95650.34500.2463
Hunter Lab66.299749.7557-18.8267
CIE-Lab72.199452.4693-22.9369

#fa8bdc color RGB value is (250,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001011 11011100
Octal 372 213 334
Decimal 250 139 220
Hex FA 8B DC

RGB Percentages of Color #fa8bdc

%41.05
%22.82
%36.12

CMYK Percentages of Color #fa8bdc

%0
%44
%12
%2

Triadic Colors of #fa8bdc

#fa8bdc #dcfa8b #8bdcfa

Analogous Colors of #fa8bdc

#fa8bdc #fa8ba5 #e18bfa

Monochromatic Colors of #fa8bdc

#fa8bdc

Complementary Color

#fa8bdc #8bfaa9

#fa8bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8bdc Color CSS Codes

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

#fa8bdc Text Font Color

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

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


#fa8bdc Background Color

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

This div background color is #fa8bdc


#fa8bdc Border Color

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

This div border color is #fa8bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8bdc


Comments

No comments written yet.

Please login to write comment.