Color Hex Logo

#f40564 Color Hex

#F40564
(244,5,100)
0 Favorites   0 Comments

Color spaces of #f40564

RGB 2445100
HSL0.930.960.49
HSV336°98°96°
CMYK 0.000.980.59   0.04
XYZ39.662720.261713.8770
Yxy20.26170.53740.2745
Hunter Lab45.013078.510513.2307
CIE-Lab52.131879.966616.8199

#f40564 color RGB value is (244,5,100).

#f40564 hex color red value is 244, green value is 5 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #f40564 hue: 0.93 , saturation: 0.96 and the lightness value of f40564 is 0.49.

The process color (four color CMYK) of #f40564 color hex is 0.00, 0.98, 0.59, 0.04. Web safe color of #f40564 is #ff0066. Color #f40564 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00000101 01100100
Octal 364 5 144
Decimal 244 5 100
Hex F4 5 64

RGB Percentages of Color #f40564

%69.91
%1.43
%28.65

CMYK Percentages of Color #f40564

%0
%98
%59
%4

Triadic Colors of #f40564

#f40564 #64f405 #0564f4

Analogous Colors of #f40564

#f40564 #f41e05 #f405dc

Monochromatic Colors of #f40564

#f40564

Complementary Color

#f40564 #05f495

#f40564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f40564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f40564 Color CSS Codes

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

#f40564 Text Font Color

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

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


#f40564 Background Color

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

This div background color is #f40564


#f40564 Border Color

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

This div border color is #f40564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f40564


Comments

No comments written yet.

Please login to write comment.