Color Hex Logo

#f13aaf Color Hex

#F13AAF
(241,58,175)
0 Favorites   0 Comments

Color spaces of #f13aaf

RGB 24158175
HSL0.890.870.59
HSV322°76°95°
CMYK 0.000.760.27   0.05
XYZ45.526524.822042.9491
Yxy24.82200.40180.2191
Hunter Lab49.821775.9234-16.2361
CIE-Lab56.901676.9809-20.9844

#f13aaf color RGB value is (241,58,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111010 10101111
Octal 361 72 257
Decimal 241 58 175
Hex F1 3A AF

RGB Percentages of Color #f13aaf

%50.84
%12.24
%36.92

CMYK Percentages of Color #f13aaf

%0
%76
%27
%5

Triadic Colors of #f13aaf

#f13aaf #aff13a #3aaff1

Analogous Colors of #f13aaf

#f13aaf #f13a54 #d83af1

Monochromatic Colors of #f13aaf

#f13aaf

Complementary Color

#f13aaf #3af17c

#f13aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13aaf Color CSS Codes

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

#f13aaf Text Font Color

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

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


#f13aaf Background Color

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

This div background color is #f13aaf


#f13aaf Border Color

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

This div border color is #f13aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13aaf


Comments

No comments written yet.

Please login to write comment.