Color Hex Logo

#f52aac Color Hex

#F52AAC
(245,42,172)
0 Favorites   0 Comments

Color spaces of #f52aac

RGB 24542172
HSL0.890.910.56
HSV322°83°96°
CMYK 0.000.830.30   0.04
XYZ45.930524.047041.2504
Yxy24.04700.41290.2162
Hunter Lab49.037781.3734-15.5482
CIE-Lab56.134881.4396-20.3466

#f52aac color RGB value is (245,42,172).

#f52aac hex color red value is 245, green value is 42 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f52aac hue: 0.89 , saturation: 0.91 and the lightness value of f52aac is 0.56.

The process color (four color CMYK) of #f52aac color hex is 0.00, 0.83, 0.30, 0.04. Web safe color of #f52aac is #ff3399. Color #f52aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101010 10101100
Octal 365 52 254
Decimal 245 42 172
Hex F5 2A AC

RGB Percentages of Color #f52aac

%53.38
%9.15
%37.47

CMYK Percentages of Color #f52aac

%0
%83
%30
%4

Triadic Colors of #f52aac

#f52aac #acf52a #2aacf5

Analogous Colors of #f52aac

#f52aac #f52a46 #d92af5

Monochromatic Colors of #f52aac

#f52aac

Complementary Color

#f52aac #2af573

#f52aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52aac Color CSS Codes

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

#f52aac Text Font Color

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

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


#f52aac Background Color

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

This div background color is #f52aac


#f52aac Border Color

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

This div border color is #f52aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52aac


Comments

No comments written yet.

Please login to write comment.