Color Hex Logo

#b84498 Color Hex

#B84498
(184,68,152)
0 Favorites   0 Comments

Color spaces of #b84498

RGB 18468152
HSL0.880.460.49
HSV317°63°72°
CMYK 0.000.630.17   0.28
XYZ27.501816.591631.4588
Yxy16.59160.36400.2196
Hunter Lab40.732849.2365-17.2780
CIE-Lab47.741355.9608-22.3193

#b84498 color RGB value is (184,68,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01000100 10011000
Octal 270 104 230
Decimal 184 68 152
Hex B8 44 98

RGB Percentages of Color #b84498

%45.54
%16.83
%37.62

CMYK Percentages of Color #b84498

%0
%63
%17
%28

Triadic Colors of #b84498

#b84498 #98b844 #4498b8

Analogous Colors of #b84498

#b84498 #b8445e #9e44b8

Monochromatic Colors of #b84498

#b84498

Complementary Color

#b84498 #44b864

#b84498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b84498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b84498 Color CSS Codes

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

#b84498 Text Font Color

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

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


#b84498 Background Color

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

This div background color is #b84498


#b84498 Border Color

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

This div border color is #b84498


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,68,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 #b84498">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b84498


Comments

No comments written yet.

Please login to write comment.