Color Hex Logo

#f84aac Color Hex

#F84AAC
(248,74,172)
0 Favorites   0 Comments

Color spaces of #f84aac

RGB 24874172
HSL0.910.930.63
HSV326°70°97°
CMYK 0.000.700.31   0.03
XYZ48.606627.832641.8401
Yxy27.83260.41090.2353
Hunter Lab52.756672.1345-10.0920
CIE-Lab59.737273.3890-14.8219

#f84aac color RGB value is (248,74,172).

#f84aac hex color red value is 248, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f84aac hue: 0.91 , saturation: 0.93 and the lightness value of f84aac is 0.63.

The process color (four color CMYK) of #f84aac color hex is 0.00, 0.70, 0.31, 0.03. Web safe color of #f84aac is #ff3399. Color #f84aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 01001010 10101100
Octal 370 112 254
Decimal 248 74 172
Hex F8 4A AC

RGB Percentages of Color #f84aac

%50.20
%14.98
%34.82

CMYK Percentages of Color #f84aac

%0
%70
%31
%3

Triadic Colors of #f84aac

#f84aac #acf84a #4aacf8

Analogous Colors of #f84aac

#f84aac #f84a55 #ed4af8

Monochromatic Colors of #f84aac

#f84aac

Complementary Color

#f84aac #4af896

#f84aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f84aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f84aac Color CSS Codes

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

#f84aac Text Font Color

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

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


#f84aac Background Color

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

This div background color is #f84aac


#f84aac Border Color

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

This div border color is #f84aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,74,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f84aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f84aac;
  -webkit-box-shadow: 1px 1px 3px 2px #f84aac;
  box-shadow:         1px 1px 3px 2px #f84aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,74,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f84aac


Comments

No comments written yet.

Please login to write comment.