Color Hex Logo

#f05baa Color Hex

#F05BAA
(240,91,170)
0 Favorites   0 Comments

Color spaces of #f05baa

RGB 24091170
HSL0.910.830.65
HSV328°62°94°
CMYK 0.000.620.29   0.06
XYZ46.932028.909741.1368
Yxy28.90970.40120.2471
Hunter Lab53.767761.7129-7.7244
CIE-Lab60.701964.5855-12.3394

#f05baa color RGB value is (240,91,170).

#f05baa hex color red value is 240, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f05baa hue: 0.91 , saturation: 0.83 and the lightness value of f05baa is 0.65.

The process color (four color CMYK) of #f05baa color hex is 0.00, 0.62, 0.29, 0.06. Web safe color of #f05baa is #ff6699. Color #f05baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01011011 10101010
Octal 360 133 252
Decimal 240 91 170
Hex F0 5B AA

RGB Percentages of Color #f05baa

%47.90
%18.16
%33.93

CMYK Percentages of Color #f05baa

%0
%62
%29
%6

Triadic Colors of #f05baa

#f05baa #aaf05b #5baaf0

Analogous Colors of #f05baa

#f05baa #f05b60 #ec5bf0

Monochromatic Colors of #f05baa

#f05baa

Complementary Color

#f05baa #5bf0a1

#f05baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f05baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f05baa Color CSS Codes

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

#f05baa Text Font Color

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

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


#f05baa Background Color

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

This div background color is #f05baa


#f05baa Border Color

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

This div border color is #f05baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f05baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f05baa;
  -webkit-box-shadow: 1px 1px 3px 2px #f05baa;
  box-shadow:         1px 1px 3px 2px #f05baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,91,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f05baa


Comments

No comments written yet.

Please login to write comment.