Color Hex Logo

#ffb3bd Color Hex

#FFB3BD
(255,179,189)
0 Favorites   0 Comments

Color spaces of #ffb3bd

RGB 255179189
HSL0.981.000.85
HSV352°30°100°
CMYK 0.000.300.26   0.00
XYZ66.545457.174355.6725
Yxy57.17430.37090.3187
Hunter Lab75.613724.76879.2758
CIE-Lab80.277528.99046.0681

#ffb3bd color RGB value is (255,179,189).

#ffb3bd hex color red value is 255, green value is 179 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ffb3bd hue: 0.98 , saturation: 1.00 and the lightness value of ffb3bd is 0.85.

The process color (four color CMYK) of #ffb3bd color hex is 0.00, 0.30, 0.26, 0.00. Web safe color of #ffb3bd is #ffcccc. Color #ffb3bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110011 10111101
Octal 377 263 275
Decimal 255 179 189
Hex FF B3 BD

RGB Percentages of Color #ffb3bd

%40.93
%28.73
%30.34

CMYK Percentages of Color #ffb3bd

%0
%30
%26
%0

Triadic Colors of #ffb3bd

#ffb3bd #bdffb3 #b3bdff

Analogous Colors of #ffb3bd

#ffb3bd #ffcfb3 #ffb3e3

Monochromatic Colors of #ffb3bd

#ffb3bd

Complementary Color

#ffb3bd #b3fff5

#ffb3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb3bd Color CSS Codes

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

#ffb3bd Text Font Color

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

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


#ffb3bd Background Color

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

This div background color is #ffb3bd


#ffb3bd Border Color

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

This div border color is #ffb3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb3bd


Comments

No comments written yet.

Please login to write comment.