Color Hex Logo

#f429cd Color Hex

#F429CD
(244,41,205)
0 Favorites   0 Comments

Color spaces of #f429cd

RGB 24441205
HSL0.870.900.56
HSV312°83°96°
CMYK 0.000.830.16   0.04
XYZ49.120625.226860.0379
Yxy25.22680.36550.1877
Hunter Lab50.226386.6745-35.7138
CIE-Lab57.295785.3171-37.6310

#f429cd color RGB value is (244,41,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101001 11001101
Octal 364 51 315
Decimal 244 41 205
Hex F4 29 CD

RGB Percentages of Color #f429cd

%49.80
%8.37
%41.84

CMYK Percentages of Color #f429cd

%0
%83
%16
%4

Triadic Colors of #f429cd

#f429cd #cdf429 #29cdf4

Analogous Colors of #f429cd

#f429cd #f42968 #b629f4

Monochromatic Colors of #f429cd

#f429cd

Complementary Color

#f429cd #29f450

#f429cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f429cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f429cd Color CSS Codes

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

#f429cd Text Font Color

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

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


#f429cd Background Color

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

This div background color is #f429cd


#f429cd Border Color

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

This div border color is #f429cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f429cd


Comments

No comments written yet.

Please login to write comment.