Color Hex Logo

#b83324 Color Hex

#B83324
(184,51,36)
0 Favorites   0 Comments

Color spaces of #b83324

RGB 1845136
HSL0.020.670.43
HSV80°72°
CMYK 0.000.720.80   0.28
XYZ21.269412.68542.9966
Yxy12.68540.57560.3433
Hunter Lab35.616644.267119.9432
CIE-Lab42.285352.328540.1083

#b83324 color RGB value is (184,51,36).

#b83324 hex color red value is 184, green value is 51 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b83324 hue: 0.02 , saturation: 0.67 and the lightness value of b83324 is 0.43.

The process color (four color CMYK) of #b83324 color hex is 0.00, 0.72, 0.80, 0.28. Web safe color of #b83324 is #cc3333. Color #b83324 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110011 00100100
Octal 270 63 44
Decimal 184 51 36
Hex B8 33 24

RGB Percentages of Color #b83324

%67.90
%18.82
%13.28

CMYK Percentages of Color #b83324

%0
%72
%80
%28

Triadic Colors of #b83324

#b83324 #24b833 #3324b8

Analogous Colors of #b83324

#b83324 #b87d24 #b8245f

Monochromatic Colors of #b83324

#b83324

Complementary Color

#b83324 #24a9b8

#b83324 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83324 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83324 Color CSS Codes

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

#b83324 Text Font Color

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

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


#b83324 Background Color

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

This div background color is #b83324


#b83324 Border Color

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

This div border color is #b83324


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,51,36, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83324


Comments

No comments written yet.

Please login to write comment.