Color Hex Logo

#b24338 Color Hex

#B24338
(178,67,56)
0 Favorites   0 Comments

Color spaces of #b24338

RGB 1786756
HSL0.020.520.46
HSV69°70°
CMYK 0.000.620.69   0.30
XYZ21.081113.76485.2872
Yxy13.76480.52530.3430
Hunter Lab37.100936.498717.5213
CIE-Lab43.893744.497430.2994

#b24338 color RGB value is (178,67,56).

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

The process color (four color CMYK) of #b24338 color hex is 0.00, 0.62, 0.69, 0.30. Web safe color of #b24338 is #993333. Color #b24338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000011 00111000
Octal 262 103 70
Decimal 178 67 56
Hex B2 43 38

RGB Percentages of Color #b24338

%59.14
%22.26
%18.60

CMYK Percentages of Color #b24338

%0
%62
%69
%30

Triadic Colors of #b24338

#b24338 #38b243 #4338b2

Analogous Colors of #b24338

#b24338 #b28038 #b2386a

Monochromatic Colors of #b24338

#b24338

Complementary Color

#b24338 #38a7b2

#b24338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b24338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b24338 Color CSS Codes

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

#b24338 Text Font Color

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

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


#b24338 Background Color

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

This div background color is #b24338


#b24338 Border Color

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

This div border color is #b24338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b24338


Comments

No comments written yet.

Please login to write comment.