Color Hex Logo

#f185ab Color Hex

#F185AB
(241,133,171)
0 Favorites   0 Comments

Color spaces of #f185ab

RGB 241133171
HSL0.940.790.73
HSV339°45°95°
CMYK 0.000.450.29   0.05
XYZ52.013838.416143.2017
Yxy38.41610.38920.2875
Hunter Lab61.980741.32972.0603
CIE-Lab68.326245.5001-1.5738

#f185ab color RGB value is (241,133,171).

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

The process color (four color CMYK) of #f185ab color hex is 0.00, 0.45, 0.29, 0.05. Web safe color of #f185ab is #ff9999. Color #f185ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 10101011
Octal 361 205 253
Decimal 241 133 171
Hex F1 85 AB

RGB Percentages of Color #f185ab

%44.22
%24.40
%31.38

CMYK Percentages of Color #f185ab

%0
%45
%29
%5

Triadic Colors of #f185ab

#f185ab #abf185 #85abf1

Analogous Colors of #f185ab

#f185ab #f19585 #f185e1

Monochromatic Colors of #f185ab

#f185ab

Complementary Color

#f185ab #85f1cb

#f185ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185ab Color CSS Codes

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

#f185ab Text Font Color

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

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


#f185ab Background Color

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

This div background color is #f185ab


#f185ab Border Color

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

This div border color is #f185ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185ab


Comments

No comments written yet.

Please login to write comment.