Color Hex Logo

#b506da Color Hex

#B506DA
(181,6,218)
0 Favorites   0 Comments

Color spaces of #b506da

RGB 1816218
HSL0.800.950.44
HSV290°97°85°
CMYK 0.170.970.00   0.15
XYZ31.776115.016067.5533
Yxy15.01600.27790.1313
Hunter Lab38.750578.5599-76.2343
CIE-Lab45.656181.2632-64.2753

#b506da color RGB value is (181,6,218).

#b506da hex color red value is 181, green value is 6 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #b506da hue: 0.80 , saturation: 0.95 and the lightness value of b506da is 0.44.

The process color (four color CMYK) of #b506da color hex is 0.17, 0.97, 0.00, 0.15. Web safe color of #b506da is #cc00cc. Color #b506da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 11011010
Octal 265 6 332
Decimal 181 6 218
Hex B5 6 DA

RGB Percentages of Color #b506da

%44.69
%1.48
%53.83

CMYK Percentages of Color #b506da

%17
%97
%0
%15

Triadic Colors of #b506da

#b506da #dab506 #06dab5

Analogous Colors of #b506da

#b506da #da0695 #4b06da

Monochromatic Colors of #b506da

#b506da

Complementary Color

#b506da #2bda06

#b506da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b506da Color Preview on White Background

Lorem ipsum dolor sit amet.

#b506da Color CSS Codes

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

#b506da Text Font Color

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

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


#b506da Background Color

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

This div background color is #b506da


#b506da Border Color

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

This div border color is #b506da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b506da


Comments

No comments written yet.

Please login to write comment.