Color Hex Logo

#f179bf Color Hex

#F179BF
(241,121,191)
0 Favorites   0 Comments

Color spaces of #f179bf

RGB 241121191
HSL0.900.810.71
HSV325°50°95°
CMYK 0.000.500.21   0.05
XYZ52.517036.137153.4974
Yxy36.13710.36940.2542
Hunter Lab60.114150.7417-10.6841
CIE-Lab66.624554.1493-15.3610

#f179bf color RGB value is (241,121,191).

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

The process color (four color CMYK) of #f179bf color hex is 0.00, 0.50, 0.21, 0.05. Web safe color of #f179bf is #ff66cc. Color #f179bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01111001 10111111
Octal 361 171 277
Decimal 241 121 191
Hex F1 79 BF

RGB Percentages of Color #f179bf

%43.58
%21.88
%34.54

CMYK Percentages of Color #f179bf

%0
%50
%21
%5

Triadic Colors of #f179bf

#f179bf #bff179 #79bff1

Analogous Colors of #f179bf

#f179bf #f17983 #e779f1

Monochromatic Colors of #f179bf

#f179bf

Complementary Color

#f179bf #79f1ab

#f179bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f179bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f179bf Color CSS Codes

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

#f179bf Text Font Color

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

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


#f179bf Background Color

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

This div background color is #f179bf


#f179bf Border Color

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

This div border color is #f179bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f179bf


Comments

No comments written yet.

Please login to write comment.