Color Hex Logo

#fa11be Color Hex

#FA11BE
(250,17,190)
0 Favorites   0 Comments

Color spaces of #fa11be

RGB 25017190
HSL0.880.960.52
HSV315°93°98°
CMYK 0.000.930.24   0.02
XYZ48.919124.442650.8548
Yxy24.44260.39380.1968
Hunter Lab49.439590.1022-26.3797
CIE-Lab56.528288.0758-30.1259

#fa11be color RGB value is (250,17,190).

#fa11be hex color red value is 250, green value is 17 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fa11be hue: 0.88 , saturation: 0.96 and the lightness value of fa11be is 0.52.

The process color (four color CMYK) of #fa11be color hex is 0.00, 0.93, 0.24, 0.02. Web safe color of #fa11be is #ff00cc. Color #fa11be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010001 10111110
Octal 372 21 276
Decimal 250 17 190
Hex FA 11 BE

RGB Percentages of Color #fa11be

%54.70
%3.72
%41.58

CMYK Percentages of Color #fa11be

%0
%93
%24
%2

Triadic Colors of #fa11be

#fa11be #befa11 #11befa

Analogous Colors of #fa11be

#fa11be #fa1149 #c211fa

Monochromatic Colors of #fa11be

#fa11be

Complementary Color

#fa11be #11fa4d

#fa11be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa11be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa11be Color CSS Codes

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

#fa11be Text Font Color

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

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


#fa11be Background Color

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

This div background color is #fa11be


#fa11be Border Color

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

This div border color is #fa11be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa11be


Comments

No comments written yet.

Please login to write comment.