Color Hex Logo

#b84645 Color Hex

#B84645
(184,70,69)
0 Favorites   0 Comments

Color spaces of #b84645

RGB 1847069
HSL0.000.450.50
HSV63°72°
CMYK 0.000.620.63   0.28
XYZ23.031515.00037.3117
Yxy15.00030.50790.3308
Hunter Lab38.730238.369815.9181
CIE-Lab45.634646.053524.9743

#b84645 color RGB value is (184,70,69).

#b84645 hex color red value is 184, green value is 70 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b84645 hue: 0.00 , saturation: 0.45 and the lightness value of b84645 is 0.50.

The process color (four color CMYK) of #b84645 color hex is 0.00, 0.62, 0.63, 0.28. Web safe color of #b84645 is #cc3333. Color #b84645 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000110 01000101
Octal 270 106 105
Decimal 184 70 69
Hex B8 46 45

RGB Percentages of Color #b84645

%56.97
%21.67
%21.36

CMYK Percentages of Color #b84645

%0
%62
%63
%28

Triadic Colors of #b84645

#b84645 #45b846 #4645b8

Analogous Colors of #b84645

#b84645 #b88045 #b8457e

Monochromatic Colors of #b84645

#b84645

Complementary Color

#b84645 #45b7b8

#b84645 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84645 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84645 Color CSS Codes

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

#b84645 Text Font Color

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

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


#b84645 Background Color

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

This div background color is #b84645


#b84645 Border Color

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

This div border color is #b84645


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84645


Comments

No comments written yet.

Please login to write comment.