Color Hex Logo

#fa0ccd Color Hex

#FA0CCD
(250,12,205)
0 Favorites   0 Comments

Color spaces of #fa0ccd

RGB 25012205
HSL0.860.960.51
HSV311°95°98°
CMYK 0.000.950.18   0.02
XYZ50.575324.994759.9165
Yxy24.99470.37330.1845
Hunter Lab49.994793.0822-36.0602
CIE-Lab57.070390.2114-37.9092

#fa0ccd color RGB value is (250,12,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001100 11001101
Octal 372 14 315
Decimal 250 12 205
Hex FA C CD

RGB Percentages of Color #fa0ccd

%53.53
%2.57
%43.90

CMYK Percentages of Color #fa0ccd

%0
%95
%18
%2

Triadic Colors of #fa0ccd

#fa0ccd #cdfa0c #0ccdfa

Analogous Colors of #fa0ccd

#fa0ccd #fa0c56 #b00cfa

Monochromatic Colors of #fa0ccd

#fa0ccd

Complementary Color

#fa0ccd #0cfa39

#fa0ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0ccd Color CSS Codes

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

#fa0ccd Text Font Color

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

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


#fa0ccd Background Color

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

This div background color is #fa0ccd


#fa0ccd Border Color

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

This div border color is #fa0ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0ccd


Comments

No comments written yet.

Please login to write comment.