Color Hex Logo

#f829ac Color Hex

#F829AC
(248,41,172)
0 Favorites   0 Comments

Color spaces of #f829ac

RGB 24841172
HSL0.890.940.57
HSV322°83°97°
CMYK 0.000.830.31   0.03
XYZ46.950724.520941.2882
Yxy24.52090.41640.2175
Hunter Lab49.518682.5860-14.7725
CIE-Lab56.605682.2942-19.5791

#f829ac color RGB value is (248,41,172).

#f829ac hex color red value is 248, green value is 41 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f829ac hue: 0.89 , saturation: 0.94 and the lightness value of f829ac is 0.57.

The process color (four color CMYK) of #f829ac color hex is 0.00, 0.83, 0.31, 0.03. Web safe color of #f829ac is #ff3399. Color #f829ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101001 10101100
Octal 370 51 254
Decimal 248 41 172
Hex F8 29 AC

RGB Percentages of Color #f829ac

%53.80
%8.89
%37.31

CMYK Percentages of Color #f829ac

%0
%83
%31
%3

Triadic Colors of #f829ac

#f829ac #acf829 #29acf8

Analogous Colors of #f829ac

#f829ac #f82945 #dd29f8

Monochromatic Colors of #f829ac

#f829ac

Complementary Color

#f829ac #29f875

#f829ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f829ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f829ac Color CSS Codes

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

#f829ac Text Font Color

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

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


#f829ac Background Color

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

This div background color is #f829ac


#f829ac Border Color

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

This div border color is #f829ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,41,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f829ac


Comments

No comments written yet.

Please login to write comment.