Color Hex Logo

#b84998 Color Hex

#B84998
(184,73,152)
0 Favorites   0 Comments

Color spaces of #b84998

RGB 18473152
HSL0.880.440.50
HSV317°60°72°
CMYK 0.000.600.17   0.28
XYZ27.817217.222431.5639
Yxy17.22240.36310.2248
Hunter Lab41.499947.0230-16.0448
CIE-Lab48.539053.7815-21.0909

#b84998 color RGB value is (184,73,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01001001 10011000
Octal 270 111 230
Decimal 184 73 152
Hex B8 49 98

RGB Percentages of Color #b84998

%44.99
%17.85
%37.16

CMYK Percentages of Color #b84998

%0
%60
%17
%28

Triadic Colors of #b84998

#b84998 #98b849 #4998b8

Analogous Colors of #b84998

#b84998 #b84961 #a149b8

Monochromatic Colors of #b84998

#b84998

Complementary Color

#b84998 #49b869

#b84998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84998 Color CSS Codes

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

#b84998 Text Font Color

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

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


#b84998 Background Color

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

This div background color is #b84998


#b84998 Border Color

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

This div border color is #b84998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84998


Comments

No comments written yet.

Please login to write comment.