Color Hex Logo

#b83302 Color Hex

#B83302
(184,51,2)
0 Favorites   0 Comments

Color spaces of #b83302

RGB 184512
HSL0.040.980.36
HSV16°99°72°
CMYK 0.000.720.99   0.28
XYZ20.961912.56241.3774
Yxy12.56240.60060.3599
Hunter Lab35.443543.542022.5063
CIE-Lab42.096451.673153.5650

#b83302 color RGB value is (184,51,2).

#b83302 hex color red value is 184, green value is 51 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b83302 hue: 0.04 , saturation: 0.98 and the lightness value of b83302 is 0.36.

The process color (four color CMYK) of #b83302 color hex is 0.00, 0.72, 0.99, 0.28. Web safe color of #b83302 is #cc3300. Color #b83302 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110011 00000010
Octal 270 63 2
Decimal 184 51 2
Hex B8 33 2

RGB Percentages of Color #b83302

%77.64
%21.52
%0.84

CMYK Percentages of Color #b83302

%0
%72
%99
%28

Triadic Colors of #b83302

#b83302 #02b833 #3302b8

Analogous Colors of #b83302

#b83302 #b88e02 #b8022c

Monochromatic Colors of #b83302

#b83302

Complementary Color

#b83302 #0287b8

#b83302 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83302 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83302 Color CSS Codes

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

#b83302 Text Font Color

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

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


#b83302 Background Color

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

This div background color is #b83302


#b83302 Border Color

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

This div border color is #b83302


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83302


Comments

No comments written yet.

Please login to write comment.