Color Hex Logo

#b84461 Color Hex

#B84461
(184,68,97)
0 Favorites   0 Comments

Color spaces of #b84461

RGB 1846897
HSL0.960.460.49
HSV345°63°72°
CMYK 0.000.630.47   0.28
XYZ23.992015.187712.9763
Yxy15.18770.46000.2912
Hunter Lab38.971441.69027.5382
CIE-Lab45.890249.22628.2849

#b84461 color RGB value is (184,68,97).

#b84461 hex color red value is 184, green value is 68 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #b84461 hue: 0.96 , saturation: 0.46 and the lightness value of b84461 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 01100001
Octal 270 104 141
Decimal 184 68 97
Hex B8 44 61

RGB Percentages of Color #b84461

%52.72
%19.48
%27.79

CMYK Percentages of Color #b84461

%0
%63
%47
%28

Triadic Colors of #b84461

#b84461 #61b844 #4461b8

Analogous Colors of #b84461

#b84461 #b86144 #b8449b

Monochromatic Colors of #b84461

#b84461

Complementary Color

#b84461 #44b89b

#b84461 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84461 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84461 Color CSS Codes

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

#b84461 Text Font Color

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

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


#b84461 Background Color

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

This div background color is #b84461


#b84461 Border Color

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

This div border color is #b84461


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84461


Comments

No comments written yet.

Please login to write comment.