Color Hex Logo

#f137ac Color Hex

#F137AC
(241,55,172)
0 Favorites   0 Comments

Color spaces of #f137ac

RGB 24155172
HSL0.900.870.58
HSV322°77°95°
CMYK 0.000.770.29   0.05
XYZ45.088224.411741.3652
Yxy24.41170.40670.2202
Hunter Lab49.408276.4285-15.0526
CIE-Lab56.497777.4624-19.8551

#f137ac color RGB value is (241,55,172).

#f137ac hex color red value is 241, green value is 55 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f137ac hue: 0.90 , saturation: 0.87 and the lightness value of f137ac is 0.58.

The process color (four color CMYK) of #f137ac color hex is 0.00, 0.77, 0.29, 0.05. Web safe color of #f137ac is #ff3399. Color #f137ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 00110111 10101100
Octal 361 67 254
Decimal 241 55 172
Hex F1 37 AC

RGB Percentages of Color #f137ac

%51.50
%11.75
%36.75

CMYK Percentages of Color #f137ac

%0
%77
%29
%5

Triadic Colors of #f137ac

#f137ac #acf137 #37acf1

Analogous Colors of #f137ac

#f137ac #f1374f #d937f1

Monochromatic Colors of #f137ac

#f137ac

Complementary Color

#f137ac #37f17c

#f137ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f137ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f137ac Color CSS Codes

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

#f137ac Text Font Color

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

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


#f137ac Background Color

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

This div background color is #f137ac


#f137ac Border Color

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

This div border color is #f137ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f137ac


Comments

No comments written yet.

Please login to write comment.