Color Hex Logo

#f582ac Color Hex

#F582AC
(245,130,172)
0 Favorites   0 Comments

Color spaces of #f582ac

RGB 245130172
HSL0.940.850.74
HSV338°47°96°
CMYK 0.000.470.30   0.04
XYZ53.085238.356343.6353
Yxy38.35630.39300.2840
Hunter Lab61.932544.61891.5792
CIE-Lab68.282448.4778-2.1393

#f582ac color RGB value is (245,130,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000010 10101100
Octal 365 202 254
Decimal 245 130 172
Hex F5 82 AC

RGB Percentages of Color #f582ac

%44.79
%23.77
%31.44

CMYK Percentages of Color #f582ac

%0
%47
%30
%4

Triadic Colors of #f582ac

#f582ac #acf582 #82acf5

Analogous Colors of #f582ac

#f582ac #f59282 #f582e6

Monochromatic Colors of #f582ac

#f582ac

Complementary Color

#f582ac #82f5cb

#f582ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f582ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f582ac Color CSS Codes

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

#f582ac Text Font Color

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

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


#f582ac Background Color

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

This div background color is #f582ac


#f582ac Border Color

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

This div border color is #f582ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f582ac


Comments

No comments written yet.

Please login to write comment.