Color Hex Logo

#b02437 Color Hex

#B02437
(176,36,55)
0 Favorites   0 Comments

Color spaces of #b02437

RGB 1763655
HSL0.980.660.42
HSV352°80°69°
CMYK 0.000.800.69   0.31
XYZ19.225010.76774.6795
Yxy10.76770.55450.3106
Hunter Lab32.814247.153914.5148
CIE-Lab39.186455.630525.0934

#b02437 color RGB value is (176,36,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100100 00110111
Octal 260 44 67
Decimal 176 36 55
Hex B0 24 37

RGB Percentages of Color #b02437

%65.92
%13.48
%20.60

CMYK Percentages of Color #b02437

%0
%80
%69
%31

Triadic Colors of #b02437

#b02437 #37b024 #2437b0

Analogous Colors of #b02437

#b02437 #b05724 #b0247d

Monochromatic Colors of #b02437

#b02437

Complementary Color

#b02437 #24b09d

#b02437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02437 Color CSS Codes

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

#b02437 Text Font Color

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

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


#b02437 Background Color

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

This div background color is #b02437


#b02437 Border Color

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

This div border color is #b02437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02437


Comments

No comments written yet.

Please login to write comment.