Color Hex Logo

#b62041 Color Hex

#B62041
(182,32,65)
0 Favorites   0 Comments

Color spaces of #b62041

RGB 1823265
HSL0.960.700.42
HSV347°82°71°
CMYK 0.000.820.64   0.29
XYZ20.762111.35986.0994
Yxy11.35980.54320.2972
Hunter Lab33.704350.974812.8634
CIE-Lab40.180058.970520.3366

#b62041 color RGB value is (182,32,65).

#b62041 hex color red value is 182, green value is 32 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #b62041 hue: 0.96 , saturation: 0.70 and the lightness value of b62041 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100000 01000001
Octal 266 40 101
Decimal 182 32 65
Hex B6 20 41

RGB Percentages of Color #b62041

%65.23
%11.47
%23.30

CMYK Percentages of Color #b62041

%0
%82
%64
%29

Triadic Colors of #b62041

#b62041 #41b620 #2041b6

Analogous Colors of #b62041

#b62041 #b64a20 #b6208c

Monochromatic Colors of #b62041

#b62041

Complementary Color

#b62041 #20b695

#b62041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62041 Color CSS Codes

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

#b62041 Text Font Color

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

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


#b62041 Background Color

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

This div background color is #b62041


#b62041 Border Color

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

This div border color is #b62041


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,32,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 #b62041">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62041


Comments

No comments written yet.

Please login to write comment.