Color Hex Logo

#f583aa Color Hex

#F583AA
(245,131,170)
0 Favorites   0 Comments

Color spaces of #f583aa

RGB 245131170
HSL0.940.850.74
HSV339°47°96°
CMYK 0.000.470.31   0.04
XYZ53.028238.547442.6757
Yxy38.54740.39500.2871
Hunter Lab62.086643.80562.7071
CIE-Lab68.422147.7280-0.8095

#f583aa color RGB value is (245,131,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000011 10101010
Octal 365 203 252
Decimal 245 131 170
Hex F5 83 AA

RGB Percentages of Color #f583aa

%44.87
%23.99
%31.14

CMYK Percentages of Color #f583aa

%0
%47
%31
%4

Triadic Colors of #f583aa

#f583aa #aaf583 #83aaf5

Analogous Colors of #f583aa

#f583aa #f59583 #f583e3

Monochromatic Colors of #f583aa

#f583aa

Complementary Color

#f583aa #83f5ce

#f583aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f583aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f583aa Color CSS Codes

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

#f583aa Text Font Color

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

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


#f583aa Background Color

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

This div background color is #f583aa


#f583aa Border Color

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

This div border color is #f583aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(245,131,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f583aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f583aa


Comments

No comments written yet.

Please login to write comment.