Color Hex Logo

#b02337 Color Hex

#B02337
(176,35,55)
0 Favorites   0 Comments

Color spaces of #b02337

RGB 1763555
HSL0.980.670.41
HSV351°80°69°
CMYK 0.000.800.69   0.31
XYZ19.195110.70804.6696
Yxy10.70800.55520.3097
Hunter Lab32.723147.441314.4454
CIE-Lab39.084355.918724.9666

#b02337 color RGB value is (176,35,55).

#b02337 hex color red value is 176, green value is 35 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #b02337 hue: 0.98 , saturation: 0.67 and the lightness value of b02337 is 0.41.

The process color (four color CMYK) of #b02337 color hex is 0.00, 0.80, 0.69, 0.31. Web safe color of #b02337 is #993333. Color #b02337 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100011 00110111
Octal 260 43 67
Decimal 176 35 55
Hex B0 23 37

RGB Percentages of Color #b02337

%66.17
%13.16
%20.68

CMYK Percentages of Color #b02337

%0
%80
%69
%31

Triadic Colors of #b02337

#b02337 #37b023 #2337b0

Analogous Colors of #b02337

#b02337 #b05623 #b0237e

Monochromatic Colors of #b02337

#b02337

Complementary Color

#b02337 #23b09c

#b02337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02337 Color CSS Codes

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

#b02337 Text Font Color

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

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


#b02337 Background Color

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

This div background color is #b02337


#b02337 Border Color

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

This div border color is #b02337


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,35,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02337; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02337;
  -webkit-box-shadow: 1px 1px 3px 2px #b02337;
  box-shadow:         1px 1px 3px 2px #b02337; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,35,55, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02337


Comments

No comments written yet.

Please login to write comment.