Color Hex Logo

#b6559d Color Hex

#B6559D
(182,85,157)
0 Favorites   0 Comments

Color spaces of #b6559d

RGB 18285157
HSL0.880.400.52
HSV315°53°71°
CMYK 0.000.530.14   0.29
XYZ28.625718.876434.0331
Yxy18.87640.35110.2315
Hunter Lab43.447041.5752-16.0304
CIE-Lab50.542348.3324-21.0023

#b6559d color RGB value is (182,85,157).

#b6559d hex color red value is 182, green value is 85 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b6559d hue: 0.88 , saturation: 0.40 and the lightness value of b6559d is 0.52.

The process color (four color CMYK) of #b6559d color hex is 0.00, 0.53, 0.14, 0.29. Web safe color of #b6559d is #cc6699. Color #b6559d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010101 10011101
Octal 266 125 235
Decimal 182 85 157
Hex B6 55 9D

RGB Percentages of Color #b6559d

%42.92
%20.05
%37.03

CMYK Percentages of Color #b6559d

%0
%53
%14
%29

Triadic Colors of #b6559d

#b6559d #9db655 #559db6

Analogous Colors of #b6559d

#b6559d #b6556d #9f55b6

Monochromatic Colors of #b6559d

#b6559d

Complementary Color

#b6559d #55b66e

#b6559d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6559d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6559d Color CSS Codes

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

#b6559d Text Font Color

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

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


#b6559d Background Color

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

This div background color is #b6559d


#b6559d Border Color

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

This div border color is #b6559d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6559d


Comments

No comments written yet.

Please login to write comment.