Color Hex Logo

#b24702 Color Hex

#B24702
(178,71,2)
0 Favorites   0 Comments

Color spaces of #b24702

RGB 178712
HSL0.070.980.35
HSV24°99°70°
CMYK 0.000.600.99   0.30
XYZ20.624313.97581.6680
Yxy13.97580.56870.3853
Hunter Lab37.384233.053323.5236
CIE-Lab44.198240.982954.1184

#b24702 color RGB value is (178,71,2).

#b24702 hex color red value is 178, green value is 71 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #b24702 hue: 0.07 , saturation: 0.98 and the lightness value of b24702 is 0.35.

The process color (four color CMYK) of #b24702 color hex is 0.00, 0.60, 0.99, 0.30. Web safe color of #b24702 is #993300. Color #b24702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000111 00000010
Octal 262 107 2
Decimal 178 71 2
Hex B2 47 2

RGB Percentages of Color #b24702

%70.92
%28.29
%0.80

CMYK Percentages of Color #b24702

%0
%60
%99
%30

Triadic Colors of #b24702

#b24702 #02b247 #4702b2

Analogous Colors of #b24702

#b24702 #b29f02 #b20215

Monochromatic Colors of #b24702

#b24702

Complementary Color

#b24702 #026db2

#b24702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24702 Color CSS Codes

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

#b24702 Text Font Color

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

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


#b24702 Background Color

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

This div background color is #b24702


#b24702 Border Color

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

This div border color is #b24702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24702


Comments

No comments written yet.

Please login to write comment.