Color Hex Logo

#f129af Color Hex

#F129AF
(241,41,175)
0 Favorites   0 Comments

Color spaces of #f129af

RGB 24141175
HSL0.890.880.55
HSV320°83°95°
CMYK 0.000.830.27   0.05
XYZ44.806423.381842.7090
Yxy23.38180.40400.2108
Hunter Lab48.354780.7807-18.5192
CIE-Lab55.463481.1061-23.1901

#f129af color RGB value is (241,41,175).

#f129af hex color red value is 241, green value is 41 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f129af hue: 0.89 , saturation: 0.88 and the lightness value of f129af is 0.55.

The process color (four color CMYK) of #f129af color hex is 0.00, 0.83, 0.27, 0.05. Web safe color of #f129af is #ff3399. Color #f129af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00101001 10101111
Octal 361 51 257
Decimal 241 41 175
Hex F1 29 AF

RGB Percentages of Color #f129af

%52.74
%8.97
%38.29

CMYK Percentages of Color #f129af

%0
%83
%27
%5

Triadic Colors of #f129af

#f129af #aff129 #29aff1

Analogous Colors of #f129af

#f129af #f1294b #cf29f1

Monochromatic Colors of #f129af

#f129af

Complementary Color

#f129af #29f16b

#f129af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f129af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f129af Color CSS Codes

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

#f129af Text Font Color

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

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


#f129af Background Color

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

This div background color is #f129af


#f129af Border Color

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

This div border color is #f129af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f129af


Comments

No comments written yet.

Please login to write comment.