Color Hex Logo

#b20646 Color Hex

#B20646
(178,6,70)
0 Favorites   0 Comments

Color spaces of #b20646

RGB 178670
HSL0.940.930.36
HSV338°97°70°
CMYK 0.000.970.61   0.30
XYZ19.530710.03746.7024
Yxy10.03740.53850.2767
Hunter Lab31.681954.59549.6343
CIE-Lab37.909562.682213.9789

#b20646 color RGB value is (178,6,70).

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

The process color (four color CMYK) of #b20646 color hex is 0.00, 0.97, 0.61, 0.30. Web safe color of #b20646 is #990033. Color #b20646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00000110 01000110
Octal 262 6 106
Decimal 178 6 70
Hex B2 6 46

RGB Percentages of Color #b20646

%70.08
%2.36
%27.56

CMYK Percentages of Color #b20646

%0
%97
%61
%30

Triadic Colors of #b20646

#b20646 #46b206 #0646b2

Analogous Colors of #b20646

#b20646 #b21c06 #b2069c

Monochromatic Colors of #b20646

#b20646

Complementary Color

#b20646 #06b272

#b20646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b20646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b20646 Color CSS Codes

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

#b20646 Text Font Color

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

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


#b20646 Background Color

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

This div background color is #b20646


#b20646 Border Color

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

This div border color is #b20646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b20646


Comments

No comments written yet.

Please login to write comment.