Color Hex Logo

#f434d1 Color Hex

#F434D1
(244,52,209)
0 Favorites   0 Comments

Color spaces of #f434d1

RGB 24452209
HSL0.860.900.58
HSV311°79°96°
CMYK 0.000.790.14   0.04
XYZ50.044826.292562.7589
Yxy26.29250.35980.1890
Hunter Lab51.276284.4799-36.6739
CIE-Lab58.313783.4303-38.3171

#f434d1 color RGB value is (244,52,209).

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

The process color (four color CMYK) of #f434d1 color hex is 0.00, 0.79, 0.14, 0.04. Web safe color of #f434d1 is #ff33cc. Color #f434d1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110100 11010001
Octal 364 64 321
Decimal 244 52 209
Hex F4 34 D1

RGB Percentages of Color #f434d1

%48.32
%10.30
%41.39

CMYK Percentages of Color #f434d1

%0
%79
%14
%4

Triadic Colors of #f434d1

#f434d1 #d1f434 #34d1f4

Analogous Colors of #f434d1

#f434d1 #f43471 #b734f4

Monochromatic Colors of #f434d1

#f434d1

Complementary Color

#f434d1 #34f457

#f434d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f434d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f434d1 Color CSS Codes

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

#f434d1 Text Font Color

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

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


#f434d1 Background Color

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

This div background color is #f434d1


#f434d1 Border Color

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

This div border color is #f434d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f434d1


Comments

No comments written yet.

Please login to write comment.