Color Hex Logo

#f464ae Color Hex

#F464AE
(244,100,174)
0 Favorites   0 Comments

Color spaces of #f464ae

RGB 244100174
HSL0.910.870.67
HSV329°59°96°
CMYK 0.000.590.29   0.04
XYZ49.505431.403443.4966
Yxy31.40340.39790.2524
Hunter Lab56.038759.6216-6.7931
CIE-Lab62.846762.4355-11.3548

#f464ae color RGB value is (244,100,174).

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

The process color (four color CMYK) of #f464ae color hex is 0.00, 0.59, 0.29, 0.04. Web safe color of #f464ae is #ff6699. Color #f464ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100100 10101110
Octal 364 144 256
Decimal 244 100 174
Hex F4 64 AE

RGB Percentages of Color #f464ae

%47.10
%19.31
%33.59

CMYK Percentages of Color #f464ae

%0
%59
%29
%4

Triadic Colors of #f464ae

#f464ae #aef464 #64aef4

Analogous Colors of #f464ae

#f464ae #f46466 #f264f4

Monochromatic Colors of #f464ae

#f464ae

Complementary Color

#f464ae #64f4aa

#f464ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f464ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f464ae Color CSS Codes

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

#f464ae Text Font Color

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

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


#f464ae Background Color

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

This div background color is #f464ae


#f464ae Border Color

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

This div border color is #f464ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f464ae


Comments

No comments written yet.

Please login to write comment.