Color Hex Logo

#f468ab Color Hex

#F468AB
(244,104,171)
0 Favorites   0 Comments

Color spaces of #f468ab

RGB 244104171
HSL0.920.860.68
HSV331°57°96°
CMYK 0.000.570.30   0.04
XYZ49.609232.074042.1043
Yxy32.07400.40080.2591
Hunter Lab56.633957.2500-4.4352
CIE-Lab63.404060.3144-8.8052

#f468ab color RGB value is (244,104,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101000 10101011
Octal 364 150 253
Decimal 244 104 171
Hex F4 68 AB

RGB Percentages of Color #f468ab

%47.01
%20.04
%32.95

CMYK Percentages of Color #f468ab

%0
%57
%30
%4

Triadic Colors of #f468ab

#f468ab #abf468 #68abf4

Analogous Colors of #f468ab

#f468ab #f46b68 #f468f1

Monochromatic Colors of #f468ab

#f468ab

Complementary Color

#f468ab #68f4b1

#f468ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f468ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f468ab Color CSS Codes

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

#f468ab Text Font Color

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

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


#f468ab Background Color

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

This div background color is #f468ab


#f468ab Border Color

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

This div border color is #f468ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f468ab


Comments

No comments written yet.

Please login to write comment.