Color Hex Logo

#b62640 Color Hex

#B62640
(182,38,64)
0 Favorites   0 Comments

Color spaces of #b62640

RGB 1823864
HSL0.970.650.43
HSV349°79°71°
CMYK 0.000.790.65   0.29
XYZ20.909911.70156.0070
Yxy11.70150.54140.3030
Hunter Lab34.207549.248213.5336
CIE-Lab40.737757.279321.6866

#b62640 color RGB value is (182,38,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100110 01000000
Octal 266 46 100
Decimal 182 38 64
Hex B6 26 40

RGB Percentages of Color #b62640

%64.08
%13.38
%22.54

CMYK Percentages of Color #b62640

%0
%79
%65
%29

Triadic Colors of #b62640

#b62640 #40b626 #2640b6

Analogous Colors of #b62640

#b62640 #b65426 #b62688

Monochromatic Colors of #b62640

#b62640

Complementary Color

#b62640 #26b69c

#b62640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62640 Color CSS Codes

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

#b62640 Text Font Color

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

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


#b62640 Background Color

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

This div background color is #b62640


#b62640 Border Color

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

This div border color is #b62640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62640


Comments

No comments written yet.

Please login to write comment.