Color Hex Logo

#fa0bae Color Hex

#FA0BAE
(250,11,174)
0 Favorites   0 Comments

Color spaces of #fa0bae

RGB 25011174
HSL0.890.960.51
HSV319°96°98°
CMYK 0.000.960.30   0.02
XYZ47.184023.619342.1165
Yxy23.61930.41790.2092
Hunter Lab48.599788.2509-17.3609
CIE-Lab55.704686.8315-22.0941

#fa0bae color RGB value is (250,11,174).

#fa0bae hex color red value is 250, green value is 11 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #fa0bae hue: 0.89 , saturation: 0.96 and the lightness value of fa0bae is 0.51.

The process color (four color CMYK) of #fa0bae color hex is 0.00, 0.96, 0.30, 0.02. Web safe color of #fa0bae is #ff0099. Color #fa0bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00001011 10101110
Octal 372 13 256
Decimal 250 11 174
Hex FA B AE

RGB Percentages of Color #fa0bae

%57.47
%2.53
%40.00

CMYK Percentages of Color #fa0bae

%0
%96
%30
%2

Triadic Colors of #fa0bae

#fa0bae #aefa0b #0baefa

Analogous Colors of #fa0bae

#fa0bae #fa0b37 #cf0bfa

Monochromatic Colors of #fa0bae

#fa0bae

Complementary Color

#fa0bae #0bfa57

#fa0bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa0bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa0bae Color CSS Codes

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

#fa0bae Text Font Color

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

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


#fa0bae Background Color

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

This div background color is #fa0bae


#fa0bae Border Color

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

This div border color is #fa0bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa0bae


Comments

No comments written yet.

Please login to write comment.