Color Hex Logo

#f429c5 Color Hex

#F429C5
(244,41,197)
0 Favorites   0 Comments

Color spaces of #f429c5

RGB 24441197
HSL0.870.900.56
HSV314°83°96°
CMYK 0.000.830.19   0.04
XYZ48.179224.850255.0806
Yxy24.85020.37610.1940
Hunter Lab49.850085.2799-30.6162
CIE-Lab56.929284.3172-33.6189

#f429c5 color RGB value is (244,41,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 11000101
Octal 364 51 305
Decimal 244 41 197
Hex F4 29 C5

RGB Percentages of Color #f429c5

%50.62
%8.51
%40.87

CMYK Percentages of Color #f429c5

%0
%83
%19
%4

Triadic Colors of #f429c5

#f429c5 #c5f429 #29c5f4

Analogous Colors of #f429c5

#f429c5 #f4295f #be29f4

Monochromatic Colors of #f429c5

#f429c5

Complementary Color

#f429c5 #29f458

#f429c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429c5 Color CSS Codes

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

#f429c5 Text Font Color

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

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


#f429c5 Background Color

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

This div background color is #f429c5


#f429c5 Border Color

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

This div border color is #f429c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429c5


Comments

No comments written yet.

Please login to write comment.