Color Hex Logo

#fa17cb Color Hex

#FA17CB
(250,23,203)
0 Favorites   0 Comments

Color spaces of #fa17cb

RGB 25023203
HSL0.870.960.54
HSV312°91°98°
CMYK 0.000.910.19   0.02
XYZ50.510225.248658.7112
Yxy25.24860.37560.1878
Hunter Lab50.248091.4975-34.1026
CIE-Lab57.316888.9747-36.3776

#fa17cb color RGB value is (250,23,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010111 11001011
Octal 372 27 313
Decimal 250 23 203
Hex FA 17 CB

RGB Percentages of Color #fa17cb

%52.52
%4.83
%42.65

CMYK Percentages of Color #fa17cb

%0
%91
%19
%2

Triadic Colors of #fa17cb

#fa17cb #cbfa17 #17cbfa

Analogous Colors of #fa17cb

#fa17cb #fa175a #b817fa

Monochromatic Colors of #fa17cb

#fa17cb

Complementary Color

#fa17cb #17fa46

#fa17cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa17cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa17cb Color CSS Codes

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

#fa17cb Text Font Color

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

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


#fa17cb Background Color

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

This div background color is #fa17cb


#fa17cb Border Color

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

This div border color is #fa17cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa17cb

Related Colors


Comments

No comments written yet.

Please login to write comment.