Color Hex Logo

#f469ab Color Hex

#F469AB
(244,105,171)
0 Favorites   0 Comments

Color spaces of #f469ab

RGB 244105171
HSL0.920.860.68
HSV332°57°96°
CMYK 0.000.570.30   0.04
XYZ49.710532.276542.1380
Yxy32.27650.40050.2600
Hunter Lab56.812456.7647-4.2070
CIE-Lab63.570859.8694-8.5566

#f469ab color RGB value is (244,105,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01101001 10101011
Octal 364 151 253
Decimal 244 105 171
Hex F4 69 AB

RGB Percentages of Color #f469ab

%46.92
%20.19
%32.88

CMYK Percentages of Color #f469ab

%0
%57
%30
%4

Triadic Colors of #f469ab

#f469ab #abf469 #69abf4

Analogous Colors of #f469ab

#f469ab #f46d69 #f469f1

Monochromatic Colors of #f469ab

#f469ab

Complementary Color

#f469ab #69f4b2

#f469ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f469ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f469ab Color CSS Codes

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

#f469ab Text Font Color

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

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


#f469ab Background Color

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

This div background color is #f469ab


#f469ab Border Color

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

This div border color is #f469ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,105,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 #f469ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f469ab


Comments

No comments written yet.

Please login to write comment.