Color Hex Logo

#fa1bef Color Hex

#FA1BEF
(250,27,239)
0 Favorites   0 Comments

Color spaces of #fa1bef

RGB 25027239
HSL0.840.960.54
HSV303°89°98°
CMYK 0.000.890.04   0.02
XYZ55.396327.339984.0188
Yxy27.33990.33220.1640
Hunter Lab52.287697.6094-58.6694
CIE-Lab59.287693.1391-53.6372

#fa1bef color RGB value is (250,27,239).

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

The process color (four color CMYK) of #fa1bef color hex is 0.00, 0.89, 0.04, 0.02. Web safe color of #fa1bef is #ff33ff. Color #fa1bef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011011 11101111
Octal 372 33 357
Decimal 250 27 239
Hex FA 1B EF

RGB Percentages of Color #fa1bef

%48.45
%5.23
%46.32

CMYK Percentages of Color #fa1bef

%0
%89
%4
%2

Triadic Colors of #fa1bef

#fa1bef #effa1b #1beffa

Analogous Colors of #fa1bef

#fa1bef #fa1b80 #961bfa

Monochromatic Colors of #fa1bef

#fa1bef

Complementary Color

#fa1bef #1bfa26

#fa1bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1bef Color CSS Codes

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

#fa1bef Text Font Color

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

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


#fa1bef Background Color

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

This div background color is #fa1bef


#fa1bef Border Color

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

This div border color is #fa1bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1bef

Related Colors


Comments

No comments written yet.

Please login to write comment.