Color Hex Logo

#f465aa Color Hex

#F465AA
(244,101,170)
0 Favorites   0 Comments

Color spaces of #f465aa

RGB 244101170
HSL0.920.870.68
HSV331°59°96°
CMYK 0.000.590.30   0.04
XYZ49.217631.442741.5052
Yxy31.44270.40290.2574
Hunter Lab56.073858.5455-4.6341
CIE-Lab62.879661.5127-9.0150

#f465aa color RGB value is (244,101,170).

#f465aa hex color red value is 244, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f465aa hue: 0.92 , saturation: 0.87 and the lightness value of f465aa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100101 10101010
Octal 364 145 252
Decimal 244 101 170
Hex F4 65 AA

RGB Percentages of Color #f465aa

%47.38
%19.61
%33.01

CMYK Percentages of Color #f465aa

%0
%59
%30
%4

Triadic Colors of #f465aa

#f465aa #aaf465 #65aaf4

Analogous Colors of #f465aa

#f465aa #f46865 #f465f2

Monochromatic Colors of #f465aa

#f465aa

Complementary Color

#f465aa #65f4af

#f465aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f465aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f465aa Color CSS Codes

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

#f465aa Text Font Color

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

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


#f465aa Background Color

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

This div background color is #f465aa


#f465aa Border Color

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

This div border color is #f465aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f465aa


Comments

No comments written yet.

Please login to write comment.