Color Hex Logo

#f463dc Color Hex

#F463DC
(244,99,220)
0 Favorites   0 Comments

Color spaces of #f463dc

RGB 24499220
HSL0.860.870.67
HSV310°59°96°
CMYK 0.000.590.10   0.04
XYZ54.688333.324171.2599
Yxy33.32410.34340.2092
Hunter Lab57.727068.0815-32.7804
CIE-Lab64.422569.2192-34.9840

#f463dc color RGB value is (244,99,220).

#f463dc hex color red value is 244, green value is 99 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f463dc hue: 0.86 , saturation: 0.87 and the lightness value of f463dc is 0.67.

The process color (four color CMYK) of #f463dc color hex is 0.00, 0.59, 0.10, 0.04. Web safe color of #f463dc is #ff66cc. Color #f463dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100011 11011100
Octal 364 143 334
Decimal 244 99 220
Hex F4 63 DC

RGB Percentages of Color #f463dc

%43.34
%17.58
%39.08

CMYK Percentages of Color #f463dc

%0
%59
%10
%4

Triadic Colors of #f463dc

#f463dc #dcf463 #63dcf4

Analogous Colors of #f463dc

#f463dc #f46394 #c463f4

Monochromatic Colors of #f463dc

#f463dc

Complementary Color

#f463dc #63f47b

#f463dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f463dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f463dc Color CSS Codes

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

#f463dc Text Font Color

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

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


#f463dc Background Color

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

This div background color is #f463dc


#f463dc Border Color

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

This div border color is #f463dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f463dc


Comments

No comments written yet.

Please login to write comment.