Color Hex Logo

#f460dc Color Hex

#F460DC
(244,96,220)
0 Favorites   0 Comments

Color spaces of #f460dc

RGB 24496220
HSL0.860.870.67
HSV310°61°96°
CMYK 0.000.610.10   0.04
XYZ54.409432.766171.1670
Yxy32.76610.34360.2069
Hunter Lab57.241769.4950-33.6444
CIE-Lab63.971170.4568-35.6868

#f460dc color RGB value is (244,96,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100000 11011100
Octal 364 140 334
Decimal 244 96 220
Hex F4 60 DC

RGB Percentages of Color #f460dc

%43.57
%17.14
%39.29

CMYK Percentages of Color #f460dc

%0
%61
%10
%4

Triadic Colors of #f460dc

#f460dc #dcf460 #60dcf4

Analogous Colors of #f460dc

#f460dc #f46092 #c260f4

Monochromatic Colors of #f460dc

#f460dc

Complementary Color

#f460dc #60f478

#f460dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f460dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f460dc Color CSS Codes

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

#f460dc Text Font Color

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

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


#f460dc Background Color

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

This div background color is #f460dc


#f460dc Border Color

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

This div border color is #f460dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f460dc


Comments

No comments written yet.

Please login to write comment.