Color Hex Logo

#f429ce Color Hex

#F429CE
(244,41,206)
0 Favorites   0 Comments

Color spaces of #f429ce

RGB 24441206
HSL0.860.900.56
HSV311°83°96°
CMYK 0.000.830.16   0.04
XYZ49.241725.275260.6758
Yxy25.27520.36420.1870
Hunter Lab50.274486.8529-36.3645
CIE-Lab57.342685.4446-38.1291

#f429ce color RGB value is (244,41,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 11001110
Octal 364 51 316
Decimal 244 41 206
Hex F4 29 CE

RGB Percentages of Color #f429ce

%49.69
%8.35
%41.96

CMYK Percentages of Color #f429ce

%0
%83
%16
%4

Triadic Colors of #f429ce

#f429ce #cef429 #29cef4

Analogous Colors of #f429ce

#f429ce #f42969 #b529f4

Monochromatic Colors of #f429ce

#f429ce

Complementary Color

#f429ce #29f44f

#f429ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429ce Color CSS Codes

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

#f429ce Text Font Color

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

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


#f429ce Background Color

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

This div background color is #f429ce


#f429ce Border Color

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

This div border color is #f429ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429ce


Comments

No comments written yet.

Please login to write comment.