Color Hex Logo

#b62642 Color Hex

#B62642
(182,38,66)
0 Favorites   0 Comments

Color spaces of #b62642

RGB 1823866
HSL0.970.650.43
HSV348°79°71°
CMYK 0.000.790.64   0.29
XYZ20.967911.72476.3122
Yxy11.72470.53760.3006
Hunter Lab34.241349.383213.0392
CIE-Lab40.775257.396620.4830

#b62642 color RGB value is (182,38,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 01000010
Octal 266 46 102
Decimal 182 38 66
Hex B6 26 42

RGB Percentages of Color #b62642

%63.64
%13.29
%23.08

CMYK Percentages of Color #b62642

%0
%79
%64
%29

Triadic Colors of #b62642

#b62642 #42b626 #2642b6

Analogous Colors of #b62642

#b62642 #b65226 #b6268a

Monochromatic Colors of #b62642

#b62642

Complementary Color

#b62642 #26b69a

#b62642 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62642 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62642 Color CSS Codes

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

#b62642 Text Font Color

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

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


#b62642 Background Color

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

This div background color is #b62642


#b62642 Border Color

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

This div border color is #b62642


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62642


Comments

No comments written yet.

Please login to write comment.