Color Hex Logo

#b8499c Color Hex

#B8499C
(184,73,156)
0 Favorites   0 Comments

Color spaces of #b8499c

RGB 18473156
HSL0.880.440.50
HSV315°60°72°
CMYK 0.000.600.15   0.28
XYZ28.150517.355733.3188
Yxy17.35570.35710.2202
Hunter Lab41.660247.7102-18.2566
CIE-Lab48.705154.3862-23.2135

#b8499c color RGB value is (184,73,156).

#b8499c hex color red value is 184, green value is 73 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b8499c hue: 0.88 , saturation: 0.44 and the lightness value of b8499c is 0.50.

The process color (four color CMYK) of #b8499c color hex is 0.00, 0.60, 0.15, 0.28. Web safe color of #b8499c is #cc3399. Color #b8499c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 10011100
Octal 270 111 234
Decimal 184 73 156
Hex B8 49 9C

RGB Percentages of Color #b8499c

%44.55
%17.68
%37.77

CMYK Percentages of Color #b8499c

%0
%60
%15
%28

Triadic Colors of #b8499c

#b8499c #9cb849 #499cb8

Analogous Colors of #b8499c

#b8499c #b84965 #9d49b8

Monochromatic Colors of #b8499c

#b8499c

Complementary Color

#b8499c #49b865

#b8499c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8499c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8499c Color CSS Codes

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

#b8499c Text Font Color

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

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


#b8499c Background Color

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

This div background color is #b8499c


#b8499c Border Color

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

This div border color is #b8499c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8499c


Comments

No comments written yet.

Please login to write comment.