Color Hex Logo

#f89498 Color Hex

#F89498
(248,148,152)
0 Favorites   0 Comments

Color spaces of #f89498

RGB 248148152
HSL0.990.880.78
HSV358°40°97°
CMYK 0.000.400.39   0.03
XYZ54.968843.403335.1863
Yxy43.40330.41160.3250
Hunter Lab65.881233.641714.4508
CIE-Lab71.827838.009314.1809

#f89498 color RGB value is (248,148,152).

#f89498 hex color red value is 248, green value is 148 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #f89498 hue: 0.99 , saturation: 0.88 and the lightness value of f89498 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10010100 10011000
Octal 370 224 230
Decimal 248 148 152
Hex F8 94 98

RGB Percentages of Color #f89498

%45.26
%27.01
%27.74

CMYK Percentages of Color #f89498

%0
%40
%39
%3

Triadic Colors of #f89498

#f89498 #98f894 #9498f8

Analogous Colors of #f89498

#f89498 #f8c294 #f894ca

Monochromatic Colors of #f89498

#f89498

Complementary Color

#f89498 #94f8f4

#f89498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f89498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f89498 Color CSS Codes

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

#f89498 Text Font Color

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

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


#f89498 Background Color

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

This div background color is #f89498


#f89498 Border Color

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

This div border color is #f89498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f89498


Comments

No comments written yet.

Please login to write comment.