Color Hex Logo

#b562ac Color Hex

#B562AC
(181,98,172)
0 Favorites   0 Comments

Color spaces of #b562ac

RGB 18198172
HSL0.850.360.55
HSV307°46°71°
CMYK 0.000.460.05   0.29
XYZ30.870121.537741.5599
Yxy21.53770.32850.2292
Hunter Lab46.408737.5191-20.6092
CIE-Lab53.533043.9811-25.1935

#b562ac color RGB value is (181,98,172).

#b562ac hex color red value is 181, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b562ac hue: 0.85 , saturation: 0.36 and the lightness value of b562ac is 0.55.

The process color (four color CMYK) of #b562ac color hex is 0.00, 0.46, 0.05, 0.29. Web safe color of #b562ac is #cc6699. Color #b562ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 01100010 10101100
Octal 265 142 254
Decimal 181 98 172
Hex B5 62 AC

RGB Percentages of Color #b562ac

%40.13
%21.73
%38.14

CMYK Percentages of Color #b562ac

%0
%46
%5
%29

Triadic Colors of #b562ac

#b562ac #acb562 #62acb5

Analogous Colors of #b562ac

#b562ac #b56283 #9562b5

Monochromatic Colors of #b562ac

#b562ac

Complementary Color

#b562ac #62b56b

#b562ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b562ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b562ac Color CSS Codes

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

#b562ac Text Font Color

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

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


#b562ac Background Color

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

This div background color is #b562ac


#b562ac Border Color

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

This div border color is #b562ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,98,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b562ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b562ac;
  -webkit-box-shadow: 1px 1px 3px 2px #b562ac;
  box-shadow:         1px 1px 3px 2px #b562ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,98,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b562ac


Comments

No comments written yet.

Please login to write comment.