Color Hex Logo

#b84b8b Color Hex

#B84B8B
(184,75,139)
0 Favorites   0 Comments

Color spaces of #b84b8b

RGB 18475139
HSL0.900.430.51
HSV325°59°72°
CMYK 0.000.590.24   0.28
XYZ26.943417.086626.3041
Yxy17.08660.38310.2429
Hunter Lab41.335944.0111-8.7940
CIE-Lab48.369051.0016-13.5807

#b84b8b color RGB value is (184,75,139).

#b84b8b hex color red value is 184, green value is 75 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #b84b8b hue: 0.90 , saturation: 0.43 and the lightness value of b84b8b is 0.51.

The process color (four color CMYK) of #b84b8b color hex is 0.00, 0.59, 0.24, 0.28. Web safe color of #b84b8b is #cc3399. Color #b84b8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001011 10001011
Octal 270 113 213
Decimal 184 75 139
Hex B8 4B 8B

RGB Percentages of Color #b84b8b

%46.23
%18.84
%34.92

CMYK Percentages of Color #b84b8b

%0
%59
%24
%28

Triadic Colors of #b84b8b

#b84b8b #8bb84b #4b8bb8

Analogous Colors of #b84b8b

#b84b8b #b84b54 #af4bb8

Monochromatic Colors of #b84b8b

#b84b8b

Complementary Color

#b84b8b #4bb878

#b84b8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84b8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84b8b Color CSS Codes

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

#b84b8b Text Font Color

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

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


#b84b8b Background Color

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

This div background color is #b84b8b


#b84b8b Border Color

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

This div border color is #b84b8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84b8b


Comments

No comments written yet.

Please login to write comment.