Color Hex Logo

#f32aab Color Hex

#F32AAB
(243,42,171)
0 Favorites   0 Comments

Color spaces of #f32aab

RGB 24342171
HSL0.890.890.56
HSV321°83°95°
CMYK 0.000.830.30   0.05
XYZ45.140823.650940.7140
Yxy23.65090.41220.2160
Hunter Lab48.632280.5788-15.5940
CIE-Lab55.736680.8946-20.4032

#f32aab color RGB value is (243,42,171).

#f32aab hex color red value is 243, green value is 42 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #f32aab hue: 0.89 , saturation: 0.89 and the lightness value of f32aab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101010 10101011
Octal 363 52 253
Decimal 243 42 171
Hex F3 2A AB

RGB Percentages of Color #f32aab

%53.29
%9.21
%37.50

CMYK Percentages of Color #f32aab

%0
%83
%30
%5

Triadic Colors of #f32aab

#f32aab #abf32a #2aabf3

Analogous Colors of #f32aab

#f32aab #f32a47 #d72af3

Monochromatic Colors of #f32aab

#f32aab

Complementary Color

#f32aab #2af372

#f32aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32aab Color CSS Codes

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

#f32aab Text Font Color

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

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


#f32aab Background Color

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

This div background color is #f32aab


#f32aab Border Color

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

This div border color is #f32aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32aab


Comments

No comments written yet.

Please login to write comment.