Color Hex Logo

#ffb0b0 Color Hex

#FFB0B0
(255,176,176)
4 Favorites   0 Comments

Color spaces of #ffb0b0

RGB 255176176
HSL0.001.000.85
HSV31°100°
CMYK 0.000.310.31   0.00
XYZ64.601855.445348.3714
Yxy55.44530.38360.3292
Hunter Lab74.461624.556213.6074
CIE-Lab79.297128.851311.6989

#ffb0b0 color RGB value is (255,176,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 10110000
Octal 377 260 260
Decimal 255 176 176
Hex FF B0 B0

RGB Percentages of Color #ffb0b0

%42.01
%29.00
%29.00

CMYK Percentages of Color #ffb0b0

%0
%31
%31
%0

Triadic Colors of #ffb0b0

#ffb0b0 #b0ffb0 #b0b0ff

Analogous Colors of #ffb0b0

#ffb0b0 #ffd8b0 #ffb0d8

Monochromatic Colors of #ffb0b0

#ffb0b0

Complementary Color

#ffb0b0 #b0ffff

#ffb0b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb0b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb0b0 Color CSS Codes

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

#ffb0b0 Text Font Color

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

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


#ffb0b0 Background Color

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

This div background color is #ffb0b0


#ffb0b0 Border Color

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

This div border color is #ffb0b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffb0b0

Related Colors


Comments

No comments written yet.

Please login to write comment.