Color Hex Logo

#fa0ccf Color Hex

#FA0CCF
(250,12,207)
0 Favorites   0 Comments

Color spaces of #fa0ccf

RGB 25012207
HSL0.860.960.51
HSV311°95°98°
CMYK 0.000.950.17   0.02
XYZ50.818325.091961.1963
Yxy25.09190.37060.1830
Hunter Lab50.091893.4281-37.3693
CIE-Lab57.164990.4516-38.9048

#fa0ccf color RGB value is (250,12,207).

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

The process color (four color CMYK) of #fa0ccf color hex is 0.00, 0.95, 0.17, 0.02. Web safe color of #fa0ccf is #ff00cc. Color #fa0ccf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001100 11001111
Octal 372 14 317
Decimal 250 12 207
Hex FA C CF

RGB Percentages of Color #fa0ccf

%53.30
%2.56
%44.14

CMYK Percentages of Color #fa0ccf

%0
%95
%17
%2

Triadic Colors of #fa0ccf

#fa0ccf #cffa0c #0ccffa

Analogous Colors of #fa0ccf

#fa0ccf #fa0c58 #ae0cfa

Monochromatic Colors of #fa0ccf

#fa0ccf

Complementary Color

#fa0ccf #0cfa37

#fa0ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0ccf Color CSS Codes

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

#fa0ccf Text Font Color

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

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


#fa0ccf Background Color

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

This div background color is #fa0ccf


#fa0ccf Border Color

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

This div border color is #fa0ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0ccf


Comments

No comments written yet.

Please login to write comment.