Color Hex Logo

#f185bf Color Hex

#F185BF
(241,133,191)
0 Favorites   0 Comments

Color spaces of #f185bf

RGB 241133191
HSL0.910.790.73
HSV328°45°95°
CMYK 0.000.450.21   0.05
XYZ54.067139.237454.0141
Yxy39.23740.36700.2663
Hunter Lab62.639844.4515-7.2778
CIE-Lab68.922948.2403-11.9048

#f185bf color RGB value is (241,133,191).

#f185bf hex color red value is 241, green value is 133 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f185bf hue: 0.91 , saturation: 0.79 and the lightness value of f185bf is 0.73.

The process color (four color CMYK) of #f185bf color hex is 0.00, 0.45, 0.21, 0.05. Web safe color of #f185bf is #ff99cc. Color #f185bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 10111111
Octal 361 205 277
Decimal 241 133 191
Hex F1 85 BF

RGB Percentages of Color #f185bf

%42.65
%23.54
%33.81

CMYK Percentages of Color #f185bf

%0
%45
%21
%5

Triadic Colors of #f185bf

#f185bf #bff185 #85bff1

Analogous Colors of #f185bf

#f185bf #f18589 #ed85f1

Monochromatic Colors of #f185bf

#f185bf

Complementary Color

#f185bf #85f1b7

#f185bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185bf Color CSS Codes

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

#f185bf Text Font Color

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

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


#f185bf Background Color

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

This div background color is #f185bf


#f185bf Border Color

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

This div border color is #f185bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185bf


Comments

No comments written yet.

Please login to write comment.