Color Hex Logo

#f458ac Color Hex

#F458AC
(244,88,172)
0 Favorites   0 Comments

Color spaces of #f458ac

RGB 24488172
HSL0.910.880.65
HSV328°64°96°
CMYK 0.000.640.30   0.04
XYZ48.244329.191142.1214
Yxy29.19110.40350.2442
Hunter Lab54.028864.8389-8.4029
CIE-Lab60.949967.1659-13.0561

#f458ac color RGB value is (244,88,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011000 10101100
Octal 364 130 254
Decimal 244 88 172
Hex F4 58 AC

RGB Percentages of Color #f458ac

%48.41
%17.46
%34.13

CMYK Percentages of Color #f458ac

%0
%64
%30
%4

Triadic Colors of #f458ac

#f458ac #acf458 #58acf4

Analogous Colors of #f458ac

#f458ac #f4585e #ee58f4

Monochromatic Colors of #f458ac

#f458ac

Complementary Color

#f458ac #58f4a0

#f458ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f458ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f458ac Color CSS Codes

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

#f458ac Text Font Color

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

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


#f458ac Background Color

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

This div background color is #f458ac


#f458ac Border Color

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

This div border color is #f458ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f458ac


Comments

No comments written yet.

Please login to write comment.