Color Hex Logo

#f9528a Color Hex

#F9528A
(249,82,138)
0 Favorites   0 Comments

Color spaces of #f9528a

RGB 24982138
HSL0.940.930.65
HSV340°67°98°
CMYK 0.000.670.45   0.02
XYZ46.671728.009326.9912
Yxy28.00930.45900.2755
Hunter Lab52.923864.79646.8087
CIE-Lab59.897167.32215.2202

#f9528a color RGB value is (249,82,138).

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

The process color (four color CMYK) of #f9528a color hex is 0.00, 0.67, 0.45, 0.02. Web safe color of #f9528a is #ff6699. Color #f9528a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01010010 10001010
Octal 371 122 212
Decimal 249 82 138
Hex F9 52 8A

RGB Percentages of Color #f9528a

%53.09
%17.48
%29.42

CMYK Percentages of Color #f9528a

%0
%67
%45
%2

Triadic Colors of #f9528a

#f9528a #8af952 #528af9

Analogous Colors of #f9528a

#f9528a #f96e52 #f952de

Monochromatic Colors of #f9528a

#f9528a

Complementary Color

#f9528a #52f9c1

#f9528a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9528a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9528a Color CSS Codes

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

#f9528a Text Font Color

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

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


#f9528a Background Color

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

This div background color is #f9528a


#f9528a Border Color

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

This div border color is #f9528a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9528a


Comments

No comments written yet.

Please login to write comment.