Color Hex Logo

#f530ae Color Hex

#F530AE
(245,48,174)
0 Favorites   0 Comments

Color spaces of #f530ae

RGB 24548174
HSL0.890.910.57
HSV322°80°96°
CMYK 0.000.800.29   0.04
XYZ46.353124.582442.3462
Yxy24.58240.40920.2170
Hunter Lab49.580680.1141-15.9324
CIE-Lab56.666380.3487-20.7006

#f530ae color RGB value is (245,48,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 00110000 10101110
Octal 365 60 256
Decimal 245 48 174
Hex F5 30 AE

RGB Percentages of Color #f530ae

%52.46
%10.28
%37.26

CMYK Percentages of Color #f530ae

%0
%80
%29
%4

Triadic Colors of #f530ae

#f530ae #aef530 #30aef5

Analogous Colors of #f530ae

#f530ae #f5304b #da30f5

Monochromatic Colors of #f530ae

#f530ae

Complementary Color

#f530ae #30f577

#f530ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f530ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#f530ae Color CSS Codes

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

#f530ae Text Font Color

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

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


#f530ae Background Color

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

This div background color is #f530ae


#f530ae Border Color

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

This div border color is #f530ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f530ae


Comments

No comments written yet.

Please login to write comment.