Color Hex Logo

#b62441 Color Hex

#B62441
(182,36,65)
0 Favorites   0 Comments

Color spaces of #b62441

RGB 1823665
HSL0.970.670.43
HSV348°80°71°
CMYK 0.000.800.64   0.29
XYZ20.876411.58856.1375
Yxy11.58850.54080.3002
Hunter Lab34.041949.892913.1398
CIE-Lab40.554557.907820.8233

#b62441 color RGB value is (182,36,65).

#b62441 hex color red value is 182, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b62441 hue: 0.97 , saturation: 0.67 and the lightness value of b62441 is 0.43.

The process color (four color CMYK) of #b62441 color hex is 0.00, 0.80, 0.64, 0.29. Web safe color of #b62441 is #cc3333. Color #b62441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100100 01000001
Octal 266 44 101
Decimal 182 36 65
Hex B6 24 41

RGB Percentages of Color #b62441

%64.31
%12.72
%22.97

CMYK Percentages of Color #b62441

%0
%80
%64
%29

Triadic Colors of #b62441

#b62441 #41b624 #2441b6

Analogous Colors of #b62441

#b62441 #b65024 #b6248a

Monochromatic Colors of #b62441

#b62441

Complementary Color

#b62441 #24b699

#b62441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62441 Color CSS Codes

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

#b62441 Text Font Color

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

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


#b62441 Background Color

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

This div background color is #b62441


#b62441 Border Color

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

This div border color is #b62441


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,36,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b62441; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b62441;
  -webkit-box-shadow: 1px 1px 3px 2px #b62441;
  box-shadow:         1px 1px 3px 2px #b62441; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62441


Comments

No comments written yet.

Please login to write comment.