Color Hex Logo

#f185af Color Hex

#F185AF
(241,133,175)
0 Favorites   0 Comments

Color spaces of #f185af

RGB 241133175
HSL0.940.790.73
HSV337°45°95°
CMYK 0.000.450.27   0.05
XYZ52.401038.571045.2405
Yxy38.57100.38470.2832
Hunter Lab62.105641.92300.2844
CIE-Lab68.439446.0245-3.6551

#f185af color RGB value is (241,133,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000101 10101111
Octal 361 205 257
Decimal 241 133 175
Hex F1 85 AF

RGB Percentages of Color #f185af

%43.90
%24.23
%31.88

CMYK Percentages of Color #f185af

%0
%45
%27
%5

Triadic Colors of #f185af

#f185af #aff185 #85aff1

Analogous Colors of #f185af

#f185af #f19185 #f185e5

Monochromatic Colors of #f185af

#f185af

Complementary Color

#f185af #85f1c7

#f185af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f185af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f185af Color CSS Codes

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

#f185af Text Font Color

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

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


#f185af Background Color

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

This div background color is #f185af


#f185af Border Color

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

This div border color is #f185af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f185af


Comments

No comments written yet.

Please login to write comment.