Color Hex Logo

#f13aab Color Hex

#F13AAB
(241,58,171)
0 Favorites   0 Comments

Color spaces of #f13aab

RGB 24158171
HSL0.900.870.59
HSV323°76°95°
CMYK 0.000.760.29   0.05
XYZ45.139424.667240.9102
Yxy24.66720.40770.2228
Hunter Lab49.666175.3154-14.0712
CIE-Lab56.749776.5235-18.8875

#f13aab color RGB value is (241,58,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 00111010 10101011
Octal 361 72 253
Decimal 241 58 171
Hex F1 3A AB

RGB Percentages of Color #f13aab

%51.28
%12.34
%36.38

CMYK Percentages of Color #f13aab

%0
%76
%29
%5

Triadic Colors of #f13aab

#f13aab #abf13a #3aabf1

Analogous Colors of #f13aab

#f13aab #f13a4f #dc3af1

Monochromatic Colors of #f13aab

#f13aab

Complementary Color

#f13aab #3af180

#f13aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f13aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f13aab Color CSS Codes

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

#f13aab Text Font Color

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

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


#f13aab Background Color

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

This div background color is #f13aab


#f13aab Border Color

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

This div border color is #f13aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f13aab


Comments

No comments written yet.

Please login to write comment.