Color Hex Logo

#f89584 Color Hex

#F89584
(248,149,132)
0 Favorites   0 Comments

Color spaces of #f89584

RGB 248149132
HSL0.020.890.75
HSV47°97°
CMYK 0.000.400.47   0.03
XYZ53.623743.117327.3260
Yxy43.11730.43220.3475
Hunter Lab65.663830.858821.2911
CIE-Lab71.634535.416724.9397

#f89584 color RGB value is (248,149,132).

#f89584 hex color red value is 248, green value is 149 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #f89584 hue: 0.02 , saturation: 0.89 and the lightness value of f89584 is 0.75.

The process color (four color CMYK) of #f89584 color hex is 0.00, 0.40, 0.47, 0.03. Web safe color of #f89584 is #ff9999. Color #f89584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010101 10000100
Octal 370 225 204
Decimal 248 149 132
Hex F8 95 84

RGB Percentages of Color #f89584

%46.88
%28.17
%24.95

CMYK Percentages of Color #f89584

%0
%40
%47
%3

Triadic Colors of #f89584

#f89584 #84f895 #9584f8

Analogous Colors of #f89584

#f89584 #f8cf84 #f884ad

Monochromatic Colors of #f89584

#f89584

Complementary Color

#f89584 #84e7f8

#f89584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89584 Color CSS Codes

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

#f89584 Text Font Color

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

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


#f89584 Background Color

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

This div background color is #f89584


#f89584 Border Color

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

This div border color is #f89584


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,149,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f89584; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f89584;
  -webkit-box-shadow: 1px 1px 3px 2px #f89584;
  box-shadow:         1px 1px 3px 2px #f89584; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,149,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89584


Comments

No comments written yet.

Please login to write comment.