Color Hex Logo

#f44066 Color Hex

#F44066
(244,64,102)
0 Favorites   0 Comments

Color spaces of #f44066

RGB 24464102
HSL0.960.890.60
HSV347°74°96°
CMYK 0.000.740.58   0.04
XYZ41.539923.859214.9863
Yxy23.85920.51680.2968
Hunter Lab48.845966.321116.0015
CIE-Lab55.946569.327820.7836

#f44066 color RGB value is (244,64,102).

#f44066 hex color red value is 244, green value is 64 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #f44066 hue: 0.96 , saturation: 0.89 and the lightness value of f44066 is 0.60.

The process color (four color CMYK) of #f44066 color hex is 0.00, 0.74, 0.58, 0.04. Web safe color of #f44066 is #ff3366. Color #f44066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000000 01100110
Octal 364 100 146
Decimal 244 64 102
Hex F4 40 66

RGB Percentages of Color #f44066

%59.51
%15.61
%24.88

CMYK Percentages of Color #f44066

%0
%74
%58
%4

Triadic Colors of #f44066

#f44066 #66f440 #4066f4

Analogous Colors of #f44066

#f44066 #f47440 #f440c0

Monochromatic Colors of #f44066

#f44066

Complementary Color

#f44066 #40f4ce

#f44066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f44066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f44066 Color CSS Codes

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

#f44066 Text Font Color

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

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


#f44066 Background Color

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

This div background color is #f44066


#f44066 Border Color

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

This div border color is #f44066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f44066

Related Colors


Comments

No comments written yet.

Please login to write comment.