Color Hex Logo

#b506a0 Color Hex

#B506A0
(181,6,160)
0 Favorites   0 Comments

Color spaces of #b506a0

RGB 1816160
HSL0.850.940.37
HSV307°97°71°
CMYK 0.000.970.12   0.29
XYZ25.466312.492134.3267
Yxy12.49210.35230.1728
Hunter Lab35.344266.7611-32.8423
CIE-Lab41.987872.3914-36.1407

#b506a0 color RGB value is (181,6,160).

#b506a0 hex color red value is 181, green value is 6 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #b506a0 hue: 0.85 , saturation: 0.94 and the lightness value of b506a0 is 0.37.

The process color (four color CMYK) of #b506a0 color hex is 0.00, 0.97, 0.12, 0.29. Web safe color of #b506a0 is #cc0099. Color #b506a0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 10100000
Octal 265 6 240
Decimal 181 6 160
Hex B5 6 A0

RGB Percentages of Color #b506a0

%52.16
%1.73
%46.11

CMYK Percentages of Color #b506a0

%0
%97
%12
%29

Triadic Colors of #b506a0

#b506a0 #a0b506 #06a0b5

Analogous Colors of #b506a0

#b506a0 #b50648 #7306b5

Monochromatic Colors of #b506a0

#b506a0

Complementary Color

#b506a0 #06b51b

#b506a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b506a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b506a0 Color CSS Codes

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

#b506a0 Text Font Color

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

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


#b506a0 Background Color

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

This div background color is #b506a0


#b506a0 Border Color

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

This div border color is #b506a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b506a0


Comments

No comments written yet.

Please login to write comment.