Color Hex Logo

#ff9abf Color Hex

#FF9ABF
(255,154,191)
1 Favorites   0 Comments

Color spaces of #ff9abf

RGB 255154191
HSL0.941.000.80
HSV338°40°100°
CMYK 0.000.400.25   0.00
XYZ62.199648.132855.3025
Yxy48.13280.37550.2906
Hunter Lab69.377838.62031.3032
CIE-Lab74.908642.2491-2.8336

#ff9abf color RGB value is (255,154,191).

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

The process color (four color CMYK) of #ff9abf color hex is 0.00, 0.40, 0.25, 0.00. Web safe color of #ff9abf is #ff99cc. Color #ff9abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011010 10111111
Octal 377 232 277
Decimal 255 154 191
Hex FF 9A BF

RGB Percentages of Color #ff9abf

%42.50
%25.67
%31.83

CMYK Percentages of Color #ff9abf

%0
%40
%25
%0

Triadic Colors of #ff9abf

#ff9abf #bfff9a #9abfff

Analogous Colors of #ff9abf

#ff9abf #ffa89a #ff9af2

Monochromatic Colors of #ff9abf

#ff9abf

Complementary Color

#ff9abf #9affda

#ff9abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9abf Color CSS Codes

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

#ff9abf Text Font Color

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

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


#ff9abf Background Color

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

This div background color is #ff9abf


#ff9abf Border Color

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

This div border color is #ff9abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9abf

#ff9abf Color Palettes


Comments

No comments written yet.

Please login to write comment.