Color Hex Logo

#ff989b Color Hex

#FF989B
(255,152,155)
0 Favorites   0 Comments

Color spaces of #ff989b

RGB 255152155
HSL1.001.000.80
HSV358°40°100°
CMYK 0.000.400.39   0.00
XYZ58.384646.083036.8281
Yxy46.08300.41320.3261
Hunter Lab67.884534.722615.3536
CIE-Lab73.599438.829515.1329

#ff989b color RGB value is (255,152,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011000 10011011
Octal 377 230 233
Decimal 255 152 155
Hex FF 98 9B

RGB Percentages of Color #ff989b

%45.37
%27.05
%27.58

CMYK Percentages of Color #ff989b

%0
%40
%39
%0

Triadic Colors of #ff989b

#ff989b #9bff98 #989bff

Analogous Colors of #ff989b

#ff989b #ffc998 #ff98cf

Monochromatic Colors of #ff989b

#ff989b

Complementary Color

#ff989b #98fffc

#ff989b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff989b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff989b Color CSS Codes

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

#ff989b Text Font Color

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

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


#ff989b Background Color

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

This div background color is #ff989b


#ff989b Border Color

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

This div border color is #ff989b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,152,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 #ff989b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff989b


Comments

No comments written yet.

Please login to write comment.