Color Hex Logo

#f429dc Color Hex

#F429DC
(244,41,220)
0 Favorites   0 Comments

Color spaces of #f429dc

RGB 24441220
HSL0.850.900.56
HSV307°83°96°
CMYK 0.000.830.10   0.04
XYZ51.019425.986370.0370
Yxy25.98630.34700.1767
Hunter Lab50.976889.4400-45.7748
CIE-Lab58.024087.2828-45.0167

#f429dc color RGB value is (244,41,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 11011100
Octal 364 51 334
Decimal 244 41 220
Hex F4 29 DC

RGB Percentages of Color #f429dc

%48.32
%8.12
%43.56

CMYK Percentages of Color #f429dc

%0
%83
%10
%4

Triadic Colors of #f429dc

#f429dc #dcf429 #29dcf4

Analogous Colors of #f429dc

#f429dc #f42977 #a729f4

Monochromatic Colors of #f429dc

#f429dc

Complementary Color

#f429dc #29f441

#f429dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429dc Color CSS Codes

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

#f429dc Text Font Color

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

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


#f429dc Background Color

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

This div background color is #f429dc


#f429dc Border Color

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

This div border color is #f429dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429dc

Related Colors


Comments

No comments written yet.

Please login to write comment.