Color Hex Logo

#f829af Color Hex

#F829AF
(248,41,175)
0 Favorites   0 Comments

Color spaces of #f829af

RGB 24841175
HSL0.890.940.57
HSV321°83°97°
CMYK 0.000.830.29   0.03
XYZ47.242224.637542.8230
Yxy24.63750.41190.2148
Hunter Lab49.636283.0276-16.4064
CIE-Lab56.720582.6153-21.1529

#f829af color RGB value is (248,41,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 00101001 10101111
Octal 370 51 257
Decimal 248 41 175
Hex F8 29 AF

RGB Percentages of Color #f829af

%53.45
%8.84
%37.72

CMYK Percentages of Color #f829af

%0
%83
%29
%3

Triadic Colors of #f829af

#f829af #aff829 #29aff8

Analogous Colors of #f829af

#f829af #f82947 #da29f8

Monochromatic Colors of #f829af

#f829af

Complementary Color

#f829af #29f872

#f829af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f829af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f829af Color CSS Codes

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

#f829af Text Font Color

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

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


#f829af Background Color

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

This div background color is #f829af


#f829af Border Color

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

This div border color is #f829af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f829af


Comments

No comments written yet.

Please login to write comment.