Color Hex Logo

#f17baa Color Hex

#F17BAA
(241,123,170)
0 Favorites   0 Comments

Color spaces of #f17baa

RGB 241123170
HSL0.930.810.71
HSV336°49°95°
CMYK 0.000.490.29   0.05
XYZ50.614335.769042.2666
Yxy35.76900.39340.2780
Hunter Lab59.807246.4004-0.0361
CIE-Lab66.343050.3466-3.9249

#f17baa color RGB value is (241,123,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111011 10101010
Octal 361 173 252
Decimal 241 123 170
Hex F1 7B AA

RGB Percentages of Color #f17baa

%45.13
%23.03
%31.84

CMYK Percentages of Color #f17baa

%0
%49
%29
%5

Triadic Colors of #f17baa

#f17baa #aaf17b #7baaf1

Analogous Colors of #f17baa

#f17baa #f1877b #f17be5

Monochromatic Colors of #f17baa

#f17baa

Complementary Color

#f17baa #7bf1c2

#f17baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17baa Color CSS Codes

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

#f17baa Text Font Color

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

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


#f17baa Background Color

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

This div background color is #f17baa


#f17baa Border Color

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

This div border color is #f17baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17baa


Comments

No comments written yet.

Please login to write comment.