Color Hex Logo

#b32438 Color Hex

#B32438
(179,36,56)
0 Favorites   0 Comments

Color spaces of #b32438

RGB 1793656
HSL0.980.670.42
HSV352°80°70°
CMYK 0.000.800.69   0.30
XYZ19.935111.13104.8392
Yxy11.13100.55520.3100
Hunter Lab33.363248.271514.7544
CIE-Lab39.800256.554825.3636

#b32438 color RGB value is (179,36,56).

#b32438 hex color red value is 179, green value is 36 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #b32438 hue: 0.98 , saturation: 0.67 and the lightness value of b32438 is 0.42.

The process color (four color CMYK) of #b32438 color hex is 0.00, 0.80, 0.69, 0.30. Web safe color of #b32438 is #cc3333. Color #b32438 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100100 00111000
Octal 263 44 70
Decimal 179 36 56
Hex B3 24 38

RGB Percentages of Color #b32438

%66.05
%13.28
%20.66

CMYK Percentages of Color #b32438

%0
%80
%69
%30

Triadic Colors of #b32438

#b32438 #38b324 #2438b3

Analogous Colors of #b32438

#b32438 #b35824 #b32480

Monochromatic Colors of #b32438

#b32438

Complementary Color

#b32438 #24b39f

#b32438 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32438 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32438 Color CSS Codes

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

#b32438 Text Font Color

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

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


#b32438 Background Color

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

This div background color is #b32438


#b32438 Border Color

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

This div border color is #b32438


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32438


Comments

No comments written yet.

Please login to write comment.