Color Hex Logo

#fa7fcb Color Hex

#FA7FCB
(250,127,203)
0 Favorites   0 Comments

Color spaces of #fa7fcb

RGB 250127203
HSL0.900.920.74
HSV323°49°98°
CMYK 0.000.490.19   0.02
XYZ57.793239.814561.1388
Yxy39.81450.36410.2508
Hunter Lab63.098753.0684-13.2793
CIE-Lab69.337255.7609-17.8663

#fa7fcb color RGB value is (250,127,203).

#fa7fcb hex color red value is 250, green value is 127 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fa7fcb hue: 0.90 , saturation: 0.92 and the lightness value of fa7fcb is 0.74.

The process color (four color CMYK) of #fa7fcb color hex is 0.00, 0.49, 0.19, 0.02. Web safe color of #fa7fcb is #ff66cc. Color #fa7fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111111 11001011
Octal 372 177 313
Decimal 250 127 203
Hex FA 7F CB

RGB Percentages of Color #fa7fcb

%43.10
%21.90
%35.00

CMYK Percentages of Color #fa7fcb

%0
%49
%19
%2

Triadic Colors of #fa7fcb

#fa7fcb #cbfa7f #7fcbfa

Analogous Colors of #fa7fcb

#fa7fcb #fa7f8e #ec7ffa

Monochromatic Colors of #fa7fcb

#fa7fcb

Complementary Color

#fa7fcb #7ffaae

#fa7fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7fcb Color CSS Codes

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

#fa7fcb Text Font Color

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

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


#fa7fcb Background Color

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

This div background color is #fa7fcb


#fa7fcb Border Color

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

This div border color is #fa7fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7fcb


Comments

No comments written yet.

Please login to write comment.