Color Hex Logo

#f431dc Color Hex

#F431DC
(244,49,220)
0 Favorites   0 Comments

Color spaces of #f431dc

RGB 24449220
HSL0.850.900.57
HSV307°80°96°
CMYK 0.000.800.10   0.04
XYZ51.324826.597070.1388
Yxy26.59700.34660.1796
Hunter Lab51.572387.3919-44.5344
CIE-Lab58.599485.6118-44.1083

#f431dc color RGB value is (244,49,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 00110001 11011100
Octal 364 61 334
Decimal 244 49 220
Hex F4 31 DC

RGB Percentages of Color #f431dc

%47.56
%9.55
%42.88

CMYK Percentages of Color #f431dc

%0
%80
%10
%4

Triadic Colors of #f431dc

#f431dc #dcf431 #31dcf4

Analogous Colors of #f431dc

#f431dc #f4317b #ab31f4

Monochromatic Colors of #f431dc

#f431dc

Complementary Color

#f431dc #31f449

#f431dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f431dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f431dc Color CSS Codes

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

#f431dc Text Font Color

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

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


#f431dc Background Color

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

This div background color is #f431dc


#f431dc Border Color

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

This div border color is #f431dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,49,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 #f431dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f431dc


Comments

No comments written yet.

Please login to write comment.