Color Hex Logo

#f17dab Color Hex

#F17DAB
(241,125,171)
0 Favorites   0 Comments

Color spaces of #f17dab

RGB 241125171
HSL0.930.810.72
HSV336°48°95°
CMYK 0.000.480.29   0.05
XYZ50.959936.308342.8504
Yxy36.30830.39160.2790
Hunter Lab60.256445.51200.0163
CIE-Lab66.754849.4921-3.8836

#f17dab color RGB value is (241,125,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111101 10101011
Octal 361 175 253
Decimal 241 125 171
Hex F1 7D AB

RGB Percentages of Color #f17dab

%44.88
%23.28
%31.84

CMYK Percentages of Color #f17dab

%0
%48
%29
%5

Triadic Colors of #f17dab

#f17dab #abf17d #7dabf1

Analogous Colors of #f17dab

#f17dab #f1897d #f17de5

Monochromatic Colors of #f17dab

#f17dab

Complementary Color

#f17dab #7df1c3

#f17dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17dab Color CSS Codes

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

#f17dab Text Font Color

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

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


#f17dab Background Color

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

This div background color is #f17dab


#f17dab Border Color

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

This div border color is #f17dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,125,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17dab


Comments

No comments written yet.

Please login to write comment.