Color Hex Logo

#f170bb Color Hex

#F170BB
(241,112,187)
0 Favorites   0 Comments

Color spaces of #f170bb

RGB 241112187
HSL0.900.820.69
HSV325°54°95°
CMYK 0.000.540.22   0.05
XYZ51.039433.877050.8625
Yxy33.87700.37590.2495
Hunter Lab58.204054.6708-11.0688
CIE-Lab64.864857.8497-15.7603

#f170bb color RGB value is (241,112,187).

#f170bb hex color red value is 241, green value is 112 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f170bb hue: 0.90 , saturation: 0.82 and the lightness value of f170bb is 0.69.

The process color (four color CMYK) of #f170bb color hex is 0.00, 0.54, 0.22, 0.05. Web safe color of #f170bb is #ff66cc. Color #f170bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01110000 10111011
Octal 361 160 273
Decimal 241 112 187
Hex F1 70 BB

RGB Percentages of Color #f170bb

%44.63
%20.74
%34.63

CMYK Percentages of Color #f170bb

%0
%54
%22
%5

Triadic Colors of #f170bb

#f170bb #bbf170 #70bbf1

Analogous Colors of #f170bb

#f170bb #f1707b #e770f1

Monochromatic Colors of #f170bb

#f170bb

Complementary Color

#f170bb #70f1a6

#f170bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f170bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f170bb Color CSS Codes

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

#f170bb Text Font Color

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

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


#f170bb Background Color

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

This div background color is #f170bb


#f170bb Border Color

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

This div border color is #f170bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f170bb


Comments

No comments written yet.

Please login to write comment.