Color Hex Logo

#f468ad Color Hex

#F468AD
(244,104,173)
0 Favorites   0 Comments

Color spaces of #f468ad

RGB 244104173
HSL0.920.860.68
HSV330°57°96°
CMYK 0.000.570.29   0.04
XYZ49.801432.150943.1161
Yxy32.15090.39820.2571
Hunter Lab56.701857.5492-5.3930
CIE-Lab63.467460.5603-9.8539

#f468ad color RGB value is (244,104,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101000 10101101
Octal 364 150 255
Decimal 244 104 173
Hex F4 68 AD

RGB Percentages of Color #f468ad

%46.83
%19.96
%33.21

CMYK Percentages of Color #f468ad

%0
%57
%29
%4

Triadic Colors of #f468ad

#f468ad #adf468 #68adf4

Analogous Colors of #f468ad

#f468ad #f46968 #f468f3

Monochromatic Colors of #f468ad

#f468ad

Complementary Color

#f468ad #68f4af

#f468ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f468ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f468ad Color CSS Codes

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

#f468ad Text Font Color

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

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


#f468ad Background Color

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

This div background color is #f468ad


#f468ad Border Color

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

This div border color is #f468ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f468ad


Comments

No comments written yet.

Please login to write comment.