Color Hex Logo

#f531ae Color Hex

#F531AE
(245,49,174)
0 Favorites   0 Comments

Color spaces of #f531ae

RGB 24549174
HSL0.890.910.58
HSV322°80°96°
CMYK 0.000.800.29   0.04
XYZ46.394524.665142.3600
Yxy24.66510.40910.2175
Hunter Lab49.664079.8371-15.8056
CIE-Lab56.747680.1150-20.5761

#f531ae color RGB value is (245,49,174).

#f531ae hex color red value is 245, green value is 49 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #f531ae hue: 0.89 , saturation: 0.91 and the lightness value of f531ae is 0.58.

The process color (four color CMYK) of #f531ae color hex is 0.00, 0.80, 0.29, 0.04. Web safe color of #f531ae is #ff3399. Color #f531ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110001 10101110
Octal 365 61 256
Decimal 245 49 174
Hex F5 31 AE

RGB Percentages of Color #f531ae

%52.35
%10.47
%37.18

CMYK Percentages of Color #f531ae

%0
%80
%29
%4

Triadic Colors of #f531ae

#f531ae #aef531 #31aef5

Analogous Colors of #f531ae

#f531ae #f5314c #da31f5

Monochromatic Colors of #f531ae

#f531ae

Complementary Color

#f531ae #31f578

#f531ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f531ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f531ae Color CSS Codes

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

#f531ae Text Font Color

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

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


#f531ae Background Color

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

This div background color is #f531ae


#f531ae Border Color

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

This div border color is #f531ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f531ae


Comments

No comments written yet.

Please login to write comment.