Color Hex Logo

#b00643 Color Hex

#B00643
(176,6,67)
0 Favorites   0 Comments

Color spaces of #b00643

RGB 176667
HSL0.940.930.36
HSV338°97°69°
CMYK 0.000.970.62   0.31
XYZ18.98279.76566.1946
Yxy9.76560.54320.2795
Hunter Lab31.250053.741910.1221
CIE-Lab37.418462.013015.1792

#b00643 color RGB value is (176,6,67).

#b00643 hex color red value is 176, green value is 6 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #b00643 hue: 0.94 , saturation: 0.93 and the lightness value of b00643 is 0.36.

The process color (four color CMYK) of #b00643 color hex is 0.00, 0.97, 0.62, 0.31. Web safe color of #b00643 is #990033. Color #b00643 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000110 01000011
Octal 260 6 103
Decimal 176 6 67
Hex B0 6 43

RGB Percentages of Color #b00643

%70.68
%2.41
%26.91

CMYK Percentages of Color #b00643

%0
%97
%62
%31

Triadic Colors of #b00643

#b00643 #43b006 #0643b0

Analogous Colors of #b00643

#b00643 #b01e06 #b00698

Monochromatic Colors of #b00643

#b00643

Complementary Color

#b00643 #06b073

#b00643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b00643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b00643 Color CSS Codes

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

#b00643 Text Font Color

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

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


#b00643 Background Color

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

This div background color is #b00643


#b00643 Border Color

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

This div border color is #b00643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b00643


Comments

No comments written yet.

Please login to write comment.