Color Hex Logo

#f581ad Color Hex

#F581AD
(245,129,173)
0 Favorites   0 Comments

Color spaces of #f581ad

RGB 245129173
HSL0.940.850.73
HSV337°47°96°
CMYK 0.000.470.29   0.04
XYZ53.049338.130144.0990
Yxy38.13010.39210.2819
Hunter Lab61.749645.28830.8822
CIE-Lab68.116449.1005-2.9460

#f581ad color RGB value is (245,129,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 10101101
Octal 365 201 255
Decimal 245 129 173
Hex F5 81 AD

RGB Percentages of Color #f581ad

%44.79
%23.58
%31.63

CMYK Percentages of Color #f581ad

%0
%47
%29
%4

Triadic Colors of #f581ad

#f581ad #adf581 #81adf5

Analogous Colors of #f581ad

#f581ad #f58f81 #f581e7

Monochromatic Colors of #f581ad

#f581ad

Complementary Color

#f581ad #81f5c9

#f581ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f581ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f581ad Color CSS Codes

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

#f581ad Text Font Color

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

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


#f581ad Background Color

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

This div background color is #f581ad


#f581ad Border Color

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

This div border color is #f581ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f581ad


Comments

No comments written yet.

Please login to write comment.