Color Hex Logo

#b02033 Color Hex

#B02033
(176,32,51)
0 Favorites   0 Comments

Color spaces of #b02033

RGB 1763251
HSL0.980.690.41
HSV352°82°69°
CMYK 0.000.820.71   0.31
XYZ19.018510.50214.1567
Yxy10.50210.56470.3118
Hunter Lab32.406948.043215.0800
CIE-Lab38.728956.548027.0171

#b02033 color RGB value is (176,32,51).

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

The process color (four color CMYK) of #b02033 color hex is 0.00, 0.82, 0.71, 0.31. Web safe color of #b02033 is #993333. Color #b02033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100000 00110011
Octal 260 40 63
Decimal 176 32 51
Hex B0 20 33

RGB Percentages of Color #b02033

%67.95
%12.36
%19.69

CMYK Percentages of Color #b02033

%0
%82
%71
%31

Triadic Colors of #b02033

#b02033 #33b020 #2033b0

Analogous Colors of #b02033

#b02033 #b05520 #b0207b

Monochromatic Colors of #b02033

#b02033

Complementary Color

#b02033 #20b09d

#b02033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02033 Color CSS Codes

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

#b02033 Text Font Color

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

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


#b02033 Background Color

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

This div background color is #b02033


#b02033 Border Color

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

This div border color is #b02033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02033


Comments

No comments written yet.

Please login to write comment.