Color Hex Logo

#b25343 Color Hex

#B25343
(178,83,67)
0 Favorites   0 Comments

Color spaces of #b25343

RGB 1788367
HSL0.020.450.48
HSV62°70°
CMYK 0.000.530.62   0.30
XYZ22.466516.05677.2253
Yxy16.05670.49110.3510
Hunter Lab40.070829.955717.3588
CIE-Lab47.048837.387827.7340

#b25343 color RGB value is (178,83,67).

#b25343 hex color red value is 178, green value is 83 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #b25343 hue: 0.02 , saturation: 0.45 and the lightness value of b25343 is 0.48.

The process color (four color CMYK) of #b25343 color hex is 0.00, 0.53, 0.62, 0.30. Web safe color of #b25343 is #996633. Color #b25343 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 01000011
Octal 262 123 103
Decimal 178 83 67
Hex B2 53 43

RGB Percentages of Color #b25343

%54.27
%25.30
%20.43

CMYK Percentages of Color #b25343

%0
%53
%62
%30

Triadic Colors of #b25343

#b25343 #43b253 #5343b2

Analogous Colors of #b25343

#b25343 #b28b43 #b2436b

Monochromatic Colors of #b25343

#b25343

Complementary Color

#b25343 #43a2b2

#b25343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b25343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b25343 Color CSS Codes

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

#b25343 Text Font Color

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

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


#b25343 Background Color

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

This div background color is #b25343


#b25343 Border Color

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

This div border color is #b25343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b25343


Comments

No comments written yet.

Please login to write comment.