Color Hex Logo

#fa0cca Color Hex

#FA0CCA
(250,12,202)
0 Favorites   0 Comments

Color spaces of #fa0cca

RGB 25012202
HSL0.870.960.51
HSV312°95°98°
CMYK 0.000.950.19   0.02
XYZ50.216524.851258.0272
Yxy24.85120.37730.1867
Hunter Lab49.851092.5696-34.1187
CIE-Lab56.930289.8549-36.4097

#fa0cca color RGB value is (250,12,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001100 11001010
Octal 372 14 312
Decimal 250 12 202
Hex FA C CA

RGB Percentages of Color #fa0cca

%53.88
%2.59
%43.53

CMYK Percentages of Color #fa0cca

%0
%95
%19
%2

Triadic Colors of #fa0cca

#fa0cca #cafa0c #0ccafa

Analogous Colors of #fa0cca

#fa0cca #fa0c53 #b30cfa

Monochromatic Colors of #fa0cca

#fa0cca

Complementary Color

#fa0cca #0cfa3c

#fa0cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0cca Color CSS Codes

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

#fa0cca Text Font Color

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

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


#fa0cca Background Color

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

This div background color is #fa0cca


#fa0cca Border Color

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

This div border color is #fa0cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0cca


Comments

No comments written yet.

Please login to write comment.