Color Hex Logo

#f588ac Color Hex

#F588AC
(245,136,172)
0 Favorites   0 Comments

Color spaces of #f588ac

RGB 245136172
HSL0.940.840.75
HSV340°44°96°
CMYK 0.000.440.30   0.04
XYZ53.906739.999443.9092
Yxy39.99940.39120.2902
Hunter Lab63.245141.46493.1083
CIE-Lab69.469145.4758-0.4012

#f588ac color RGB value is (245,136,172).

#f588ac hex color red value is 245, green value is 136 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f588ac hue: 0.94 , saturation: 0.84 and the lightness value of f588ac is 0.75.

The process color (four color CMYK) of #f588ac color hex is 0.00, 0.44, 0.30, 0.04. Web safe color of #f588ac is #ff9999. Color #f588ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001000 10101100
Octal 365 210 254
Decimal 245 136 172
Hex F5 88 AC

RGB Percentages of Color #f588ac

%44.30
%24.59
%31.10

CMYK Percentages of Color #f588ac

%0
%44
%30
%4

Triadic Colors of #f588ac

#f588ac #acf588 #88acf5

Analogous Colors of #f588ac

#f588ac #f59b88 #f588e3

Monochromatic Colors of #f588ac

#f588ac

Complementary Color

#f588ac #88f5d1

#f588ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f588ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f588ac Color CSS Codes

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

#f588ac Text Font Color

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

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


#f588ac Background Color

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

This div background color is #f588ac


#f588ac Border Color

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

This div border color is #f588ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f588ac


Comments

No comments written yet.

Please login to write comment.