Color Hex Logo

#f329af Color Hex

#F329AF
(243,41,175)
0 Favorites   0 Comments

Color spaces of #f329af

RGB 24341175
HSL0.890.890.56
HSV320°83°95°
CMYK 0.000.830.28   0.05
XYZ45.492923.735742.7411
Yxy23.73570.40630.2120
Hunter Lab48.719381.4202-17.9112
CIE-Lab55.822281.5371-22.6082

#f329af color RGB value is (243,41,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 00101001 10101111
Octal 363 51 257
Decimal 243 41 175
Hex F3 29 AF

RGB Percentages of Color #f329af

%52.94
%8.93
%38.13

CMYK Percentages of Color #f329af

%0
%83
%28
%5

Triadic Colors of #f329af

#f329af #aff329 #29aff3

Analogous Colors of #f329af

#f329af #f3294a #d229f3

Monochromatic Colors of #f329af

#f329af

Complementary Color

#f329af #29f36d

#f329af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f329af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f329af Color CSS Codes

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

#f329af Text Font Color

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

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


#f329af Background Color

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

This div background color is #f329af


#f329af Border Color

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

This div border color is #f329af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f329af


Comments

No comments written yet.

Please login to write comment.