Color Hex Logo

#f47abf Color Hex

#F47ABF
(244,122,191)
0 Favorites   0 Comments

Color spaces of #f47abf

RGB 244122191
HSL0.910.850.72
HSV326°50°96°
CMYK 0.000.500.22   0.04
XYZ53.671736.913853.5865
Yxy36.91380.37230.2560
Hunter Lab60.756751.3603-9.7632
CIE-Lab67.212354.6011-14.4352

#f47abf color RGB value is (244,122,191).

#f47abf hex color red value is 244, green value is 122 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f47abf hue: 0.91 , saturation: 0.85 and the lightness value of f47abf is 0.72.

The process color (four color CMYK) of #f47abf color hex is 0.00, 0.50, 0.22, 0.04. Web safe color of #f47abf is #ff66cc. Color #f47abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01111010 10111111
Octal 364 172 277
Decimal 244 122 191
Hex F4 7A BF

RGB Percentages of Color #f47abf

%43.81
%21.90
%34.29

CMYK Percentages of Color #f47abf

%0
%50
%22
%4

Triadic Colors of #f47abf

#f47abf #bff47a #7abff4

Analogous Colors of #f47abf

#f47abf #f47a82 #ec7af4

Monochromatic Colors of #f47abf

#f47abf

Complementary Color

#f47abf #7af4af

#f47abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f47abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f47abf Color CSS Codes

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

#f47abf Text Font Color

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

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


#f47abf Background Color

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

This div background color is #f47abf


#f47abf Border Color

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

This div border color is #f47abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f47abf


Comments

No comments written yet.

Please login to write comment.