Color Hex Logo

#ff9bba Color Hex

#FF9BBA
(255,155,186)
0 Favorites   0 Comments

Color spaces of #ff9bba

RGB 255155186
HSL0.951.000.80
HSV341°39°100°
CMYK 0.000.390.27   0.00
XYZ61.824348.247952.5086
Yxy48.24790.38030.2968
Hunter Lab69.460737.31973.8024
CIE-Lab74.981041.06220.0250

#ff9bba color RGB value is (255,155,186).

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

The process color (four color CMYK) of #ff9bba color hex is 0.00, 0.39, 0.27, 0.00. Web safe color of #ff9bba is #ff99cc. Color #ff9bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10011011 10111010
Octal 377 233 272
Decimal 255 155 186
Hex FF 9B BA

RGB Percentages of Color #ff9bba

%42.79
%26.01
%31.21

CMYK Percentages of Color #ff9bba

%0
%39
%27
%0

Triadic Colors of #ff9bba

#ff9bba #baff9b #9bbaff

Analogous Colors of #ff9bba

#ff9bba #ffae9b #ff9bec

Monochromatic Colors of #ff9bba

#ff9bba

Complementary Color

#ff9bba #9bffe0

#ff9bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff9bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff9bba Color CSS Codes

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

#ff9bba Text Font Color

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

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


#ff9bba Background Color

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

This div background color is #ff9bba


#ff9bba Border Color

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

This div border color is #ff9bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff9bba

Related Colors

#ff9bba Color Palettes


Comments

No comments written yet.

Please login to write comment.