Color Hex Logo

#ff989d Color Hex

#FF989D
(255,152,157)
0 Favorites   0 Comments

Color spaces of #ff989d

RGB 255152157
HSL0.991.000.80
HSV357°40°100°
CMYK 0.000.400.38   0.00
XYZ58.554046.150837.7201
Yxy46.15080.41110.3240
Hunter Lab67.934434.967614.6337
CIE-Lab73.643339.050914.0926

#ff989d color RGB value is (255,152,157).

#ff989d hex color red value is 255, green value is 152 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ff989d hue: 0.99 , saturation: 1.00 and the lightness value of ff989d is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 10011101
Octal 377 230 235
Decimal 255 152 157
Hex FF 98 9D

RGB Percentages of Color #ff989d

%45.21
%26.95
%27.84

CMYK Percentages of Color #ff989d

%0
%40
%38
%0

Triadic Colors of #ff989d

#ff989d #9dff98 #989dff

Analogous Colors of #ff989d

#ff989d #ffc798 #ff98d1

Monochromatic Colors of #ff989d

#ff989d

Complementary Color

#ff989d #98fffa

#ff989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff989d Color CSS Codes

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

#ff989d Text Font Color

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

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


#ff989d Background Color

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

This div background color is #ff989d


#ff989d Border Color

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

This div border color is #ff989d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff989d


Comments

No comments written yet.

Please login to write comment.