Color Hex Logo

#b62303 Color Hex

#B62303
(182,35,3)
0 Favorites   0 Comments

Color spaces of #b62303

RGB 182353
HSL0.030.970.36
HSV11°98°71°
CMYK 0.000.810.98   0.29
XYZ19.908911.15371.1897
Yxy11.15370.61730.3458
Hunter Lab33.397247.963421.2659
CIE-Lab39.838156.261351.8925

#b62303 color RGB value is (182,35,3).

#b62303 hex color red value is 182, green value is 35 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #b62303 hue: 0.03 , saturation: 0.97 and the lightness value of b62303 is 0.36.

The process color (four color CMYK) of #b62303 color hex is 0.00, 0.81, 0.98, 0.29. Web safe color of #b62303 is #cc3300. Color #b62303 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00100011 00000011
Octal 266 43 3
Decimal 182 35 3
Hex B6 23 3

RGB Percentages of Color #b62303

%82.73
%15.91
%1.36

CMYK Percentages of Color #b62303

%0
%81
%98
%29

Triadic Colors of #b62303

#b62303 #03b623 #2303b6

Analogous Colors of #b62303

#b62303 #b67d03 #b6033c

Monochromatic Colors of #b62303

#b62303

Complementary Color

#b62303 #0396b6

#b62303 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b62303 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b62303 Color CSS Codes

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

#b62303 Text Font Color

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

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


#b62303 Background Color

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

This div background color is #b62303


#b62303 Border Color

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

This div border color is #b62303


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b62303


Comments

No comments written yet.

Please login to write comment.