Color Hex Logo

#f558ac Color Hex

#F558AC
(245,88,172)
0 Favorites   0 Comments

Color spaces of #f558ac

RGB 24588172
HSL0.910.890.65
HSV328°64°96°
CMYK 0.000.640.30   0.04
XYZ48.592329.370542.1377
Yxy29.37050.40460.2445
Hunter Lab54.194665.2074-8.1634
CIE-Lab61.107267.4445-12.8037

#f558ac color RGB value is (245,88,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01011000 10101100
Octal 365 130 254
Decimal 245 88 172
Hex F5 58 AC

RGB Percentages of Color #f558ac

%48.51
%17.43
%34.06

CMYK Percentages of Color #f558ac

%0
%64
%30
%4

Triadic Colors of #f558ac

#f558ac #acf558 #58acf5

Analogous Colors of #f558ac

#f558ac #f5585d #f058f5

Monochromatic Colors of #f558ac

#f558ac

Complementary Color

#f558ac #58f5a1

#f558ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f558ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f558ac Color CSS Codes

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

#f558ac Text Font Color

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

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


#f558ac Background Color

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

This div background color is #f558ac


#f558ac Border Color

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

This div border color is #f558ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f558ac


Comments

No comments written yet.

Please login to write comment.