Color Hex Logo

#b82096 Color Hex

#B82096
(184,32,150)
0 Favorites   0 Comments

Color spaces of #b82096

RGB 18432150
HSL0.870.700.42
HSV313°83°72°
CMYK 0.000.830.18   0.28
XYZ25.788713.425430.0863
Yxy13.42540.37210.1937
Hunter Lab36.640761.5119-23.0356
CIE-Lab43.397367.6702-27.8573

#b82096 color RGB value is (184,32,150).

#b82096 hex color red value is 184, green value is 32 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b82096 hue: 0.87 , saturation: 0.70 and the lightness value of b82096 is 0.42.

The process color (four color CMYK) of #b82096 color hex is 0.00, 0.83, 0.18, 0.28. Web safe color of #b82096 is #cc3399. Color #b82096 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100000 10010110
Octal 270 40 226
Decimal 184 32 150
Hex B8 20 96

RGB Percentages of Color #b82096

%50.27
%8.74
%40.98

CMYK Percentages of Color #b82096

%0
%83
%18
%28

Triadic Colors of #b82096

#b82096 #96b820 #2096b8

Analogous Colors of #b82096

#b82096 #b8204a #8e20b8

Monochromatic Colors of #b82096

#b82096

Complementary Color

#b82096 #20b842

#b82096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82096 Color CSS Codes

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

#b82096 Text Font Color

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

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


#b82096 Background Color

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

This div background color is #b82096


#b82096 Border Color

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

This div border color is #b82096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82096


Comments

No comments written yet.

Please login to write comment.