Color Hex Logo

#f07baa Color Hex

#F07BAA
(240,123,170)
0 Favorites   0 Comments

Color spaces of #f07baa

RGB 240123170
HSL0.930.800.71
HSV336°49°94°
CMYK 0.000.490.29   0.06
XYZ50.273835.593542.2507
Yxy35.59350.39240.2778
Hunter Lab59.660346.0107-0.2263
CIE-Lab66.208250.0172-4.1392

#f07baa color RGB value is (240,123,170).

#f07baa hex color red value is 240, green value is 123 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f07baa hue: 0.93 , saturation: 0.80 and the lightness value of f07baa is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 01111011 10101010
Octal 360 173 252
Decimal 240 123 170
Hex F0 7B AA

RGB Percentages of Color #f07baa

%45.03
%23.08
%31.89

CMYK Percentages of Color #f07baa

%0
%49
%29
%6

Triadic Colors of #f07baa

#f07baa #aaf07b #7baaf0

Analogous Colors of #f07baa

#f07baa #f0877b #f07be5

Monochromatic Colors of #f07baa

#f07baa

Complementary Color

#f07baa #7bf0c1

#f07baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f07baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f07baa Color CSS Codes

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

#f07baa Text Font Color

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

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


#f07baa Background Color

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

This div background color is #f07baa


#f07baa Border Color

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

This div border color is #f07baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f07baa


Comments

No comments written yet.

Please login to write comment.