Color Hex Logo

#b83396 Color Hex

#B83396
(184,51,150)
0 Favorites   0 Comments

Color spaces of #b83396

RGB 18451150
HSL0.880.570.46
HSV315°72°72°
CMYK 0.000.720.18   0.28
XYZ26.456014.760030.3087
Yxy14.76000.36990.2064
Hunter Lab38.418755.6863-19.8810
CIE-Lab45.303762.2213-24.8907

#b83396 color RGB value is (184,51,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110011 10010110
Octal 270 63 226
Decimal 184 51 150
Hex B8 33 96

RGB Percentages of Color #b83396

%47.79
%13.25
%38.96

CMYK Percentages of Color #b83396

%0
%72
%18
%28

Triadic Colors of #b83396

#b83396 #96b833 #3396b8

Analogous Colors of #b83396

#b83396 #b83354 #9833b8

Monochromatic Colors of #b83396

#b83396

Complementary Color

#b83396 #33b855

#b83396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83396 Color CSS Codes

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

#b83396 Text Font Color

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

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


#b83396 Background Color

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

This div background color is #b83396


#b83396 Border Color

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

This div border color is #b83396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83396


Comments

No comments written yet.

Please login to write comment.