Color Hex Logo

#b337a6 Color Hex

#B337A6
(179,55,166)
0 Favorites   0 Comments

Color spaces of #b337a6

RGB 17955166
HSL0.850.530.46
HSV306°69°70°
CMYK 0.000.690.07   0.30
XYZ26.839515.069337.5705
Yxy15.06930.33770.1896
Hunter Lab38.819255.4809-30.2094
CIE-Lab45.729061.9582-33.8496

#b337a6 color RGB value is (179,55,166).

#b337a6 hex color red value is 179, green value is 55 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #b337a6 hue: 0.85 , saturation: 0.53 and the lightness value of b337a6 is 0.46.

The process color (four color CMYK) of #b337a6 color hex is 0.00, 0.69, 0.07, 0.30. Web safe color of #b337a6 is #cc3399. Color #b337a6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110111 10100110
Octal 263 67 246
Decimal 179 55 166
Hex B3 37 A6

RGB Percentages of Color #b337a6

%44.75
%13.75
%41.50

CMYK Percentages of Color #b337a6

%0
%69
%7
%30

Triadic Colors of #b337a6

#b337a6 #a6b337 #37a6b3

Analogous Colors of #b337a6

#b337a6 #b33768 #8237b3

Monochromatic Colors of #b337a6

#b337a6

Complementary Color

#b337a6 #37b344

#b337a6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b337a6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b337a6 Color CSS Codes

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

#b337a6 Text Font Color

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

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


#b337a6 Background Color

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

This div background color is #b337a6


#b337a6 Border Color

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

This div border color is #b337a6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,55,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b337a6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b337a6;
  -webkit-box-shadow: 1px 1px 3px 2px #b337a6;
  box-shadow:         1px 1px 3px 2px #b337a6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,55,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b337a6


Comments

No comments written yet.

Please login to write comment.