Color Hex Logo

#b6359e Color Hex

#B6359E
(182,53,158)
0 Favorites   0 Comments

Color spaces of #b6359e

RGB 18253158
HSL0.860.550.46
HSV311°71°71°
CMYK 0.000.710.13   0.29
XYZ26.736114.959933.8262
Yxy14.95990.35400.1981
Hunter Lab38.678055.7012-24.7780
CIE-Lab45.579262.1819-29.2837

#b6359e color RGB value is (182,53,158).

#b6359e hex color red value is 182, green value is 53 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b6359e hue: 0.86 , saturation: 0.55 and the lightness value of b6359e is 0.46.

The process color (four color CMYK) of #b6359e color hex is 0.00, 0.71, 0.13, 0.29. Web safe color of #b6359e is #cc3399. Color #b6359e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110101 10011110
Octal 266 65 236
Decimal 182 53 158
Hex B6 35 9E

RGB Percentages of Color #b6359e

%46.31
%13.49
%40.20

CMYK Percentages of Color #b6359e

%0
%71
%13
%29

Triadic Colors of #b6359e

#b6359e #9eb635 #359eb6

Analogous Colors of #b6359e

#b6359e #b6355e #8e35b6

Monochromatic Colors of #b6359e

#b6359e

Complementary Color

#b6359e #35b64d

#b6359e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6359e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6359e Color CSS Codes

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

#b6359e Text Font Color

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

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


#b6359e Background Color

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

This div background color is #b6359e


#b6359e Border Color

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

This div border color is #b6359e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,53,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6359e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6359e;
  -webkit-box-shadow: 1px 1px 3px 2px #b6359e;
  box-shadow:         1px 1px 3px 2px #b6359e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,53,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6359e


Comments

No comments written yet.

Please login to write comment.