Color Hex Logo

#f17bad Color Hex

#F17BAD
(241,123,173)
0 Favorites   0 Comments

Color spaces of #f17bad

RGB 241123173
HSL0.930.810.71
HSV335°49°95°
CMYK 0.000.490.28   0.05
XYZ50.901435.883843.7786
Yxy35.88380.38990.2748
Hunter Lab59.903146.8462-1.3984
CIE-Lab66.431050.7322-5.4925

#f17bad color RGB value is (241,123,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111011 10101101
Octal 361 173 255
Decimal 241 123 173
Hex F1 7B AD

RGB Percentages of Color #f17bad

%44.88
%22.91
%32.22

CMYK Percentages of Color #f17bad

%0
%49
%28
%5

Triadic Colors of #f17bad

#f17bad #adf17b #7badf1

Analogous Colors of #f17bad

#f17bad #f1847b #f17be8

Monochromatic Colors of #f17bad

#f17bad

Complementary Color

#f17bad #7bf1bf

#f17bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f17bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f17bad Color CSS Codes

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

#f17bad Text Font Color

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

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


#f17bad Background Color

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

This div background color is #f17bad


#f17bad Border Color

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

This div border color is #f17bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f17bad


Comments

No comments written yet.

Please login to write comment.