Color Hex Logo

#f752aa Color Hex

#F752AA
(247,82,170)
0 Favorites   0 Comments

Color spaces of #f752aa

RGB 24782170
HSL0.910.910.65
HSV328°67°97°
CMYK 0.000.670.31   0.03
XYZ48.630828.711041.0089
Yxy28.71100.41090.2426
Hunter Lab53.582668.2343-7.8691
CIE-Lab60.525770.0566-12.4931

#f752aa color RGB value is (247,82,170).

#f752aa hex color red value is 247, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f752aa hue: 0.91 , saturation: 0.91 and the lightness value of f752aa is 0.65.

The process color (four color CMYK) of #f752aa color hex is 0.00, 0.67, 0.31, 0.03. Web safe color of #f752aa is #ff6699. Color #f752aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 10101010
Octal 367 122 252
Decimal 247 82 170
Hex F7 52 AA

RGB Percentages of Color #f752aa

%49.50
%16.43
%34.07

CMYK Percentages of Color #f752aa

%0
%67
%31
%3

Triadic Colors of #f752aa

#f752aa #aaf752 #52aaf7

Analogous Colors of #f752aa

#f752aa #f75258 #f252f7

Monochromatic Colors of #f752aa

#f752aa

Complementary Color

#f752aa #52f79f

#f752aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f752aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f752aa Color CSS Codes

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

#f752aa Text Font Color

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

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


#f752aa Background Color

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

This div background color is #f752aa


#f752aa Border Color

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

This div border color is #f752aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f752aa


Comments

No comments written yet.

Please login to write comment.