Color Hex Logo

#fa50cb Color Hex

#FA50CB
(250,80,203)
0 Favorites   0 Comments

Color spaces of #fa50cb

RGB 25080203
HSL0.880.940.65
HSV317°68°98°
CMYK 0.000.680.19   0.02
XYZ53.072530.373159.5653
Yxy30.37310.37110.2124
Hunter Lab55.111875.4493-25.5029
CIE-Lab61.974875.6328-29.1322

#fa50cb color RGB value is (250,80,203).

#fa50cb hex color red value is 250, green value is 80 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fa50cb hue: 0.88 , saturation: 0.94 and the lightness value of fa50cb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 11001011
Octal 372 120 313
Decimal 250 80 203
Hex FA 50 CB

RGB Percentages of Color #fa50cb

%46.90
%15.01
%38.09

CMYK Percentages of Color #fa50cb

%0
%68
%19
%2

Triadic Colors of #fa50cb

#fa50cb #cbfa50 #50cbfa

Analogous Colors of #fa50cb

#fa50cb #fa5076 #d450fa

Monochromatic Colors of #fa50cb

#fa50cb

Complementary Color

#fa50cb #50fa7f

#fa50cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa50cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa50cb Color CSS Codes

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

#fa50cb Text Font Color

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

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


#fa50cb Background Color

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

This div background color is #fa50cb


#fa50cb Border Color

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

This div border color is #fa50cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa50cb


Comments

No comments written yet.

Please login to write comment.