Color Hex Logo

#fa0bdc Color Hex

#FA0BDC
(250,11,220)
0 Favorites   0 Comments

Color spaces of #fa0bdc

RGB 25011220
HSL0.850.960.51
HSV308°96°98°
CMYK 0.000.960.12   0.02
XYZ52.462325.730669.9116
Yxy25.73060.35420.1737
Hunter Lab50.725395.8429-46.2080
CIE-Lab57.780492.1279-45.3336

#fa0bdc color RGB value is (250,11,220).

#fa0bdc hex color red value is 250, green value is 11 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa0bdc hue: 0.85 , saturation: 0.96 and the lightness value of fa0bdc is 0.51.

The process color (four color CMYK) of #fa0bdc color hex is 0.00, 0.96, 0.12, 0.02. Web safe color of #fa0bdc is #ff00cc. Color #fa0bdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001011 11011100
Octal 372 13 334
Decimal 250 11 220
Hex FA B DC

RGB Percentages of Color #fa0bdc

%51.98
%2.29
%45.74

CMYK Percentages of Color #fa0bdc

%0
%96
%12
%2

Triadic Colors of #fa0bdc

#fa0bdc #dcfa0b #0bdcfa

Analogous Colors of #fa0bdc

#fa0bdc #fa0b65 #a10bfa

Monochromatic Colors of #fa0bdc

#fa0bdc

Complementary Color

#fa0bdc #0bfa29

#fa0bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0bdc Color CSS Codes

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

#fa0bdc Text Font Color

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

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


#fa0bdc Background Color

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

This div background color is #fa0bdc


#fa0bdc Border Color

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

This div border color is #fa0bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0bdc


Comments

No comments written yet.

Please login to write comment.