Color Hex Logo

#b84555 Color Hex

#B84555
(184,69,85)
0 Favorites   0 Comments

Color spaces of #b84555

RGB 1846985
HSL0.980.450.50
HSV352°63°72°
CMYK 0.000.630.54   0.28
XYZ23.535015.102510.2690
Yxy15.10250.48120.3088
Hunter Lab38.861940.092211.5364
CIE-Lab45.774347.706715.4701

#b84555 color RGB value is (184,69,85).

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

The process color (four color CMYK) of #b84555 color hex is 0.00, 0.63, 0.54, 0.28. Web safe color of #b84555 is #cc3366. Color #b84555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000101 01010101
Octal 270 105 125
Decimal 184 69 85
Hex B8 45 55

RGB Percentages of Color #b84555

%54.44
%20.41
%25.15

CMYK Percentages of Color #b84555

%0
%63
%54
%28

Triadic Colors of #b84555

#b84555 #55b845 #4555b8

Analogous Colors of #b84555

#b84555 #b86f45 #b8458f

Monochromatic Colors of #b84555

#b84555

Complementary Color

#b84555 #45b8a8

#b84555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84555 Color CSS Codes

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

#b84555 Text Font Color

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

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


#b84555 Background Color

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

This div background color is #b84555


#b84555 Border Color

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

This div border color is #b84555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84555


Comments

No comments written yet.

Please login to write comment.