Color Hex Logo

#f431da Color Hex

#F431DA
(244,49,218)
0 Favorites   0 Comments

Color spaces of #f431da

RGB 24449218
HSL0.860.900.57
HSV308°80°96°
CMYK 0.000.800.11   0.04
XYZ51.061426.491768.7518
Yxy26.49170.34900.1811
Hunter Lab51.470187.0100-43.1683
CIE-Lab58.500985.3390-43.1321

#f431da color RGB value is (244,49,218).

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

The process color (four color CMYK) of #f431da color hex is 0.00, 0.80, 0.11, 0.04. Web safe color of #f431da is #ff33cc. Color #f431da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110001 11011010
Octal 364 61 332
Decimal 244 49 218
Hex F4 31 DA

RGB Percentages of Color #f431da

%47.75
%9.59
%42.66

CMYK Percentages of Color #f431da

%0
%80
%11
%4

Triadic Colors of #f431da

#f431da #daf431 #31daf4

Analogous Colors of #f431da

#f431da #f43179 #ad31f4

Monochromatic Colors of #f431da

#f431da

Complementary Color

#f431da #31f44b

#f431da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f431da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f431da Color CSS Codes

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

#f431da Text Font Color

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

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


#f431da Background Color

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

This div background color is #f431da


#f431da Border Color

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

This div border color is #f431da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f431da


Comments

No comments written yet.

Please login to write comment.