Color Hex Logo

#f52baa Color Hex

#F52BAA
(245,43,170)
0 Favorites   0 Comments

Color spaces of #f52baa

RGB 24543170
HSL0.900.910.56
HSV322°82°96°
CMYK 0.000.820.31   0.04
XYZ45.775824.042540.2582
Yxy24.04250.41590.2184
Hunter Lab49.033280.8339-14.3563
CIE-Lab56.130381.0180-19.1846

#f52baa color RGB value is (245,43,170).

#f52baa hex color red value is 245, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f52baa hue: 0.90 , saturation: 0.91 and the lightness value of f52baa is 0.56.

The process color (four color CMYK) of #f52baa color hex is 0.00, 0.82, 0.31, 0.04. Web safe color of #f52baa is #ff3399. Color #f52baa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00101011 10101010
Octal 365 53 252
Decimal 245 43 170
Hex F5 2B AA

RGB Percentages of Color #f52baa

%53.49
%9.39
%37.12

CMYK Percentages of Color #f52baa

%0
%82
%31
%4

Triadic Colors of #f52baa

#f52baa #aaf52b #2baaf5

Analogous Colors of #f52baa

#f52baa #f52b45 #db2bf5

Monochromatic Colors of #f52baa

#f52baa

Complementary Color

#f52baa #2bf576

#f52baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f52baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f52baa Color CSS Codes

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

#f52baa Text Font Color

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

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


#f52baa Background Color

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

This div background color is #f52baa


#f52baa Border Color

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

This div border color is #f52baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f52baa

Related Colors


Comments

No comments written yet.

Please login to write comment.