Color Hex Logo

#f7527a Color Hex

#F7527A
(247,82,122)
0 Favorites   0 Comments

Color spaces of #f7527a

RGB 24782122
HSL0.960.910.65
HSV345°67°97°
CMYK 0.000.670.51   0.03
XYZ44.887927.213921.2993
Yxy27.21390.48060.2914
Hunter Lab52.166962.301112.3093
CIE-Lab59.171865.357713.5067

#f7527a color RGB value is (247,82,122).

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

The process color (four color CMYK) of #f7527a color hex is 0.00, 0.67, 0.51, 0.03. Web safe color of #f7527a is #ff6666. Color #f7527a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 01111010
Octal 367 122 172
Decimal 247 82 122
Hex F7 52 7A

RGB Percentages of Color #f7527a

%54.77
%18.18
%27.05

CMYK Percentages of Color #f7527a

%0
%67
%51
%3

Triadic Colors of #f7527a

#f7527a #7af752 #527af7

Analogous Colors of #f7527a

#f7527a #f77d52 #f752cd

Monochromatic Colors of #f7527a

#f7527a

Complementary Color

#f7527a #52f7cf

#f7527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7527a Color CSS Codes

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

#f7527a Text Font Color

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

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


#f7527a Background Color

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

This div background color is #f7527a


#f7527a Border Color

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

This div border color is #f7527a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,82,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7527a


Comments

No comments written yet.

Please login to write comment.