Color Hex Logo

#f94bae Color Hex

#F94BAE
(249,75,174)
0 Favorites   0 Comments

Color spaces of #f94bae

RGB 24975174
HSL0.910.940.64
HSV326°70°98°
CMYK 0.000.700.30   0.02
XYZ49.223028.227942.8986
Yxy28.22790.40900.2345
Hunter Lab53.129972.3965-10.6815
CIE-Lab60.094173.5339-15.4226

#f94bae color RGB value is (249,75,174).

#f94bae hex color red value is 249, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f94bae hue: 0.91 , saturation: 0.94 and the lightness value of f94bae is 0.64.

The process color (four color CMYK) of #f94bae color hex is 0.00, 0.70, 0.30, 0.02. Web safe color of #f94bae is #ff3399. Color #f94bae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01001011 10101110
Octal 371 113 256
Decimal 249 75 174
Hex F9 4B AE

RGB Percentages of Color #f94bae

%50.00
%15.06
%34.94

CMYK Percentages of Color #f94bae

%0
%70
%30
%2

Triadic Colors of #f94bae

#f94bae #aef94b #4baef9

Analogous Colors of #f94bae

#f94bae #f94b57 #ed4bf9

Monochromatic Colors of #f94bae

#f94bae

Complementary Color

#f94bae #4bf996

#f94bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f94bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f94bae Color CSS Codes

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

#f94bae Text Font Color

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

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


#f94bae Background Color

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

This div background color is #f94bae


#f94bae Border Color

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

This div border color is #f94bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f94bae


Comments

No comments written yet.

Please login to write comment.