Color Hex Logo

#b25d0c Color Hex

#B25D0C
(178,93,12)
0 Favorites   0 Comments

Color spaces of #b25d0c

RGB 1789312
HSL0.080.870.37
HSV29°93°70°
CMYK 0.000.480.93   0.30
XYZ22.340817.32022.5135
Yxy17.32020.52970.4107
Hunter Lab41.617522.990325.5514
CIE-Lab48.661029.861154.5376

#b25d0c color RGB value is (178,93,12).

#b25d0c hex color red value is 178, green value is 93 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #b25d0c hue: 0.08 , saturation: 0.87 and the lightness value of b25d0c is 0.37.

The process color (four color CMYK) of #b25d0c color hex is 0.00, 0.48, 0.93, 0.30. Web safe color of #b25d0c is #996600. Color #b25d0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01011101 00001100
Octal 262 135 14
Decimal 178 93 12
Hex B2 5D C

RGB Percentages of Color #b25d0c

%62.90
%32.86
%4.24

CMYK Percentages of Color #b25d0c

%0
%48
%93
%30

Triadic Colors of #b25d0c

#b25d0c #0cb25d #5d0cb2

Analogous Colors of #b25d0c

#b25d0c #b2b00c #b20c0e

Monochromatic Colors of #b25d0c

#b25d0c

Complementary Color

#b25d0c #0c61b2

#b25d0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25d0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25d0c Color CSS Codes

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

#b25d0c Text Font Color

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

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


#b25d0c Background Color

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

This div background color is #b25d0c


#b25d0c Border Color

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

This div border color is #b25d0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25d0c


Comments

No comments written yet.

Please login to write comment.