Color Hex Logo

#f455ac Color Hex

#F455AC
(244,85,172)
0 Favorites   0 Comments

Color spaces of #f455ac

RGB 24485172
HSL0.910.880.65
HSV327°65°96°
CMYK 0.000.650.30   0.04
XYZ48.003128.708742.0410
Yxy28.70870.40420.2418
Hunter Lab53.580566.1534-9.0145
CIE-Lab60.523768.3373-13.6983

#f455ac color RGB value is (244,85,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01010101 10101100
Octal 364 125 254
Decimal 244 85 172
Hex F4 55 AC

RGB Percentages of Color #f455ac

%48.70
%16.97
%34.33

CMYK Percentages of Color #f455ac

%0
%65
%30
%4

Triadic Colors of #f455ac

#f455ac #acf455 #55acf4

Analogous Colors of #f455ac

#f455ac #f4555d #ed55f4

Monochromatic Colors of #f455ac

#f455ac

Complementary Color

#f455ac #55f49d

#f455ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f455ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f455ac Color CSS Codes

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

#f455ac Text Font Color

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

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


#f455ac Background Color

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

This div background color is #f455ac


#f455ac Border Color

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

This div border color is #f455ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f455ac


Comments

No comments written yet.

Please login to write comment.