Color Hex Logo

#f7529b Color Hex

#F7529B
(247,82,155)
0 Favorites   0 Comments

Color spaces of #f7529b

RGB 24782155
HSL0.930.910.65
HSV333°67°97°
CMYK 0.000.670.37   0.03
XYZ47.291528.175333.9562
Yxy28.17530.43220.2575
Hunter Lab53.080466.1422-0.7723
CIE-Lab60.046868.4156-4.5130

#f7529b color RGB value is (247,82,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 01010010 10011011
Octal 367 122 233
Decimal 247 82 155
Hex F7 52 9B

RGB Percentages of Color #f7529b

%51.03
%16.94
%32.02

CMYK Percentages of Color #f7529b

%0
%67
%37
%3

Triadic Colors of #f7529b

#f7529b #9bf752 #529bf7

Analogous Colors of #f7529b

#f7529b #f75c52 #f752ee

Monochromatic Colors of #f7529b

#f7529b

Complementary Color

#f7529b #52f7ae

#f7529b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7529b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7529b Color CSS Codes

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

#f7529b Text Font Color

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

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


#f7529b Background Color

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

This div background color is #f7529b


#f7529b Border Color

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

This div border color is #f7529b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7529b


Comments

No comments written yet.

Please login to write comment.