Color Hex Logo

#f525ac Color Hex

#F525AC
(245,37,172)
0 Favorites   0 Comments

Color spaces of #f525ac

RGB 24537172
HSL0.890.910.55
HSV321°85°96°
CMYK 0.000.850.30   0.04
XYZ45.764223.714241.1950
Yxy23.71420.41350.2143
Hunter Lab48.697282.5288-16.0678
CIE-Lab55.800582.4066-20.8582

#f525ac color RGB value is (245,37,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00100101 10101100
Octal 365 45 254
Decimal 245 37 172
Hex F5 25 AC

RGB Percentages of Color #f525ac

%53.96
%8.15
%37.89

CMYK Percentages of Color #f525ac

%0
%85
%30
%4

Triadic Colors of #f525ac

#f525ac #acf525 #25acf5

Analogous Colors of #f525ac

#f525ac #f52544 #d625f5

Monochromatic Colors of #f525ac

#f525ac

Complementary Color

#f525ac #25f56e

#f525ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f525ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f525ac Color CSS Codes

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

#f525ac Text Font Color

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

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


#f525ac Background Color

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

This div background color is #f525ac


#f525ac Border Color

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

This div border color is #f525ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f525ac


Comments

No comments written yet.

Please login to write comment.