Color Hex Logo

#b84463 Color Hex

#B84463
(184,68,99)
0 Favorites   0 Comments

Color spaces of #b84463

RGB 1846899
HSL0.960.460.49
HSV344°63°72°
CMYK 0.000.630.46   0.28
XYZ24.086415.225413.4737
Yxy15.22540.45630.2884
Hunter Lab39.019741.90136.8407
CIE-Lab45.941449.41967.1313

#b84463 color RGB value is (184,68,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 01100011
Octal 270 104 143
Decimal 184 68 99
Hex B8 44 63

RGB Percentages of Color #b84463

%52.42
%19.37
%28.21

CMYK Percentages of Color #b84463

%0
%63
%46
%28

Triadic Colors of #b84463

#b84463 #63b844 #4463b8

Analogous Colors of #b84463

#b84463 #b85f44 #b8449d

Monochromatic Colors of #b84463

#b84463

Complementary Color

#b84463 #44b899

#b84463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84463 Color CSS Codes

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

#b84463 Text Font Color

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

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


#b84463 Background Color

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

This div background color is #b84463


#b84463 Border Color

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

This div border color is #b84463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84463


Comments

No comments written yet.

Please login to write comment.