Color Hex Logo

#b25640 Color Hex

#B25640
(178,86,64)
0 Favorites   0 Comments

Color spaces of #b25640

RGB 1788664
HSL0.030.470.47
HSV12°64°70°
CMYK 0.000.520.64   0.30
XYZ22.613316.49076.8417
Yxy16.49070.49220.3589
Hunter Lab40.608728.333818.4370
CIE-Lab47.611835.632930.1638

#b25640 color RGB value is (178,86,64).

#b25640 hex color red value is 178, green value is 86 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b25640 hue: 0.03 , saturation: 0.47 and the lightness value of b25640 is 0.47.

The process color (four color CMYK) of #b25640 color hex is 0.00, 0.52, 0.64, 0.30. Web safe color of #b25640 is #996633. Color #b25640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010110 01000000
Octal 262 126 100
Decimal 178 86 64
Hex B2 56 40

RGB Percentages of Color #b25640

%54.27
%26.22
%19.51

CMYK Percentages of Color #b25640

%0
%52
%64
%30

Triadic Colors of #b25640

#b25640 #40b256 #5640b2

Analogous Colors of #b25640

#b25640 #b28f40 #b24063

Monochromatic Colors of #b25640

#b25640

Complementary Color

#b25640 #409cb2

#b25640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25640 Color CSS Codes

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

#b25640 Text Font Color

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

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


#b25640 Background Color

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

This div background color is #b25640


#b25640 Border Color

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

This div border color is #b25640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25640


Comments

No comments written yet.

Please login to write comment.