Color Hex Logo

#f555ac Color Hex

#F555AC
(245,85,172)
0 Favorites   0 Comments

Color spaces of #f555ac

RGB 24585172
HSL0.910.890.65
HSV327°65°96°
CMYK 0.000.650.30   0.04
XYZ48.351128.888042.0573
Yxy28.88800.40530.2422
Hunter Lab53.747666.5197-8.7710
CIE-Lab60.682768.6120-13.4430

#f555ac color RGB value is (245,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01010101 10101100
Octal 365 125 254
Decimal 245 85 172
Hex F5 55 AC

RGB Percentages of Color #f555ac

%48.80
%16.93
%34.26

CMYK Percentages of Color #f555ac

%0
%65
%30
%4

Triadic Colors of #f555ac

#f555ac #acf555 #55acf5

Analogous Colors of #f555ac

#f555ac #f5555c #ee55f5

Monochromatic Colors of #f555ac

#f555ac

Complementary Color

#f555ac #55f59e

#f555ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f555ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f555ac Color CSS Codes

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

#f555ac Text Font Color

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

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


#f555ac Background Color

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

This div background color is #f555ac


#f555ac Border Color

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

This div border color is #f555ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f555ac


Comments

No comments written yet.

Please login to write comment.