Color Hex Logo

#f185ac Color Hex

#F185AC
(241,133,172)
0 Favorites   0 Comments

Color spaces of #f185ac

RGB 241133172
HSL0.940.790.73
HSV338°45°95°
CMYK 0.000.450.29   0.05
XYZ52.109638.454443.7057
Yxy38.45440.38810.2864
Hunter Lab62.011641.47681.6206
CIE-Lab68.354245.6302-2.0948

#f185ac color RGB value is (241,133,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 10101100
Octal 361 205 254
Decimal 241 133 172
Hex F1 85 AC

RGB Percentages of Color #f185ac

%44.14
%24.36
%31.50

CMYK Percentages of Color #f185ac

%0
%45
%29
%5

Triadic Colors of #f185ac

#f185ac #acf185 #85acf1

Analogous Colors of #f185ac

#f185ac #f19485 #f185e2

Monochromatic Colors of #f185ac

#f185ac

Complementary Color

#f185ac #85f1ca

#f185ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185ac Color CSS Codes

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

#f185ac Text Font Color

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

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


#f185ac Background Color

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

This div background color is #f185ac


#f185ac Border Color

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

This div border color is #f185ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185ac


Comments

No comments written yet.

Please login to write comment.