Color Hex Logo

#b00050 Color Hex

#B00050
(176,0,80)
0 Favorites   0 Comments

Color spaces of #b00050

RGB 176080
HSL0.921.000.35
HSV333°100°69°
CMYK 0.001.000.55   0.31
XYZ19.35259.80938.4628
Yxy9.80930.51440.2607
Hunter Lab31.319855.48555.9033
CIE-Lab37.498063.55586.8857

#b00050 color RGB value is (176,0,80).

#b00050 hex color red value is 176, green value is 0 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #b00050 hue: 0.92 , saturation: 1.00 and the lightness value of b00050 is 0.35.

The process color (four color CMYK) of #b00050 color hex is 0.00, 1.00, 0.55, 0.31. Web safe color of #b00050 is #990066. Color #b00050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000000 01010000
Octal 260 0 120
Decimal 176 0 80
Hex B0 0 50

RGB Percentages of Color #b00050

%68.75
%0.00
%31.25

CMYK Percentages of Color #b00050

%0
%100
%55
%31

Triadic Colors of #b00050

#b00050 #50b000 #0050b0

Analogous Colors of #b00050

#b00050 #b00800 #b000a8

Monochromatic Colors of #b00050

#b00050

Complementary Color

#b00050 #00b060

#b00050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00050 Color CSS Codes

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

#b00050 Text Font Color

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

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


#b00050 Background Color

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

This div background color is #b00050


#b00050 Border Color

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

This div border color is #b00050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00050

#b00050 Color Palettes


Comments

No comments written yet.

Please login to write comment.