Color Hex Logo

#f32aad Color Hex

#F32AAD
(243,42,173)
0 Favorites   0 Comments

Color spaces of #f32aad

RGB 24342173
HSL0.890.890.56
HSV321°83°95°
CMYK 0.000.830.29   0.05
XYZ45.332923.727741.7258
Yxy23.72770.40920.2142
Hunter Lab48.711180.8764-16.6899
CIE-Lab55.814181.1128-21.4533

#f32aad color RGB value is (243,42,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101010 10101101
Octal 363 52 255
Decimal 243 42 173
Hex F3 2A AD

RGB Percentages of Color #f32aad

%53.06
%9.17
%37.77

CMYK Percentages of Color #f32aad

%0
%83
%29
%5

Triadic Colors of #f32aad

#f32aad #adf32a #2aadf3

Analogous Colors of #f32aad

#f32aad #f32a49 #d52af3

Monochromatic Colors of #f32aad

#f32aad

Complementary Color

#f32aad #2af370

#f32aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f32aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f32aad Color CSS Codes

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

#f32aad Text Font Color

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

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


#f32aad Background Color

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

This div background color is #f32aad


#f32aad Border Color

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

This div border color is #f32aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,42,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f32aad


Comments

No comments written yet.

Please login to write comment.