Color Hex Logo

#f181af Color Hex

#F181AF
(241,129,175)
0 Favorites   0 Comments

Color spaces of #f181af

RGB 241129175
HSL0.930.800.73
HSV335°46°95°
CMYK 0.000.460.27   0.05
XYZ51.863737.496445.0615
Yxy37.49640.38580.2789
Hunter Lab61.234344.0244-0.7667
CIE-Lab67.647848.0303-4.8228

#f181af color RGB value is (241,129,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000001 10101111
Octal 361 201 257
Decimal 241 129 175
Hex F1 81 AF

RGB Percentages of Color #f181af

%44.22
%23.67
%32.11

CMYK Percentages of Color #f181af

%0
%46
%27
%5

Triadic Colors of #f181af

#f181af #aff181 #81aff1

Analogous Colors of #f181af

#f181af #f18b81 #f181e7

Monochromatic Colors of #f181af

#f181af

Complementary Color

#f181af #81f1c3

#f181af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f181af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f181af Color CSS Codes

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

#f181af Text Font Color

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

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


#f181af Background Color

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

This div background color is #f181af


#f181af Border Color

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

This div border color is #f181af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f181af


Comments

No comments written yet.

Please login to write comment.