Color Hex Logo

#f429bf Color Hex

#F429BF
(244,41,191)
0 Favorites   0 Comments

Color spaces of #f429bf

RGB 24441191
HSL0.880.900.56
HSV316°83°96°
CMYK 0.000.830.22   0.04
XYZ47.505124.580651.5309
Yxy24.58060.38430.1988
Hunter Lab49.578884.2710-26.9193
CIE-Lab56.664583.5901-30.5757

#f429bf color RGB value is (244,41,191).

#f429bf hex color red value is 244, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f429bf hue: 0.88 , saturation: 0.90 and the lightness value of f429bf is 0.56.

The process color (four color CMYK) of #f429bf color hex is 0.00, 0.83, 0.22, 0.04. Web safe color of #f429bf is #ff33cc. Color #f429bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 10111111
Octal 364 51 277
Decimal 244 41 191
Hex F4 29 BF

RGB Percentages of Color #f429bf

%51.26
%8.61
%40.13

CMYK Percentages of Color #f429bf

%0
%83
%22
%4

Triadic Colors of #f429bf

#f429bf #bff429 #29bff4

Analogous Colors of #f429bf

#f429bf #f42959 #c429f4

Monochromatic Colors of #f429bf

#f429bf

Complementary Color

#f429bf #29f45e

#f429bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429bf Color CSS Codes

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

#f429bf Text Font Color

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

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


#f429bf Background Color

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

This div background color is #f429bf


#f429bf Border Color

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

This div border color is #f429bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429bf


Comments

No comments written yet.

Please login to write comment.