Color Hex Logo

#b84045 Color Hex

#B84045
(184,64,69)
0 Favorites   0 Comments

Color spaces of #b84045

RGB 1846469
HSL0.990.480.49
HSV358°65°72°
CMYK 0.000.650.63   0.28
XYZ22.674714.28687.1928
Yxy14.28680.51350.3236
Hunter Lab37.797940.934715.1758
CIE-Lab44.641548.716323.7050

#b84045 color RGB value is (184,64,69).

#b84045 hex color red value is 184, green value is 64 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #b84045 hue: 0.99 , saturation: 0.48 and the lightness value of b84045 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000000 01000101
Octal 270 100 105
Decimal 184 64 69
Hex B8 40 45

RGB Percentages of Color #b84045

%58.04
%20.19
%21.77

CMYK Percentages of Color #b84045

%0
%65
%63
%28

Triadic Colors of #b84045

#b84045 #45b840 #4045b8

Analogous Colors of #b84045

#b84045 #b87740 #b84081

Monochromatic Colors of #b84045

#b84045

Complementary Color

#b84045 #40b8b3

#b84045 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84045 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84045 Color CSS Codes

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

#b84045 Text Font Color

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

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


#b84045 Background Color

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

This div background color is #b84045


#b84045 Border Color

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

This div border color is #b84045


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84045


Comments

No comments written yet.

Please login to write comment.