Color Hex Logo

#fa0bcc Color Hex

#FA0BCC
(250,11,204)
0 Favorites   0 Comments

Color spaces of #fa0bcc

RGB 25011204
HSL0.870.960.51
HSV312°96°98°
CMYK 0.000.960.18   0.02
XYZ50.443124.923059.2787
Yxy24.92300.37460.1851
Hunter Lab49.922992.9947-35.4551
CIE-Lab57.000390.1596-37.4462

#fa0bcc color RGB value is (250,11,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001011 11001100
Octal 372 13 314
Decimal 250 11 204
Hex FA B CC

RGB Percentages of Color #fa0bcc

%53.76
%2.37
%43.87

CMYK Percentages of Color #fa0bcc

%0
%96
%18
%2

Triadic Colors of #fa0bcc

#fa0bcc #ccfa0b #0bccfa

Analogous Colors of #fa0bcc

#fa0bcc #fa0b54 #b10bfa

Monochromatic Colors of #fa0bcc

#fa0bcc

Complementary Color

#fa0bcc #0bfa39

#fa0bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0bcc Color CSS Codes

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

#fa0bcc Text Font Color

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

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


#fa0bcc Background Color

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

This div background color is #fa0bcc


#fa0bcc Border Color

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

This div border color is #fa0bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0bcc


Comments

No comments written yet.

Please login to write comment.