Color Hex Logo

#b506ce Color Hex

#B506CE
(181,6,206)
0 Favorites   0 Comments

Color spaces of #b506ce

RGB 1816206
HSL0.810.940.42
HSV293°97°81°
CMYK 0.120.970.00   0.19
XYZ30.261814.410259.5790
Yxy14.41020.29030.1382
Hunter Lab37.960875.8664-66.4824
CIE-Lab44.815679.2839-58.7297

#b506ce color RGB value is (181,6,206).

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

The process color (four color CMYK) of #b506ce color hex is 0.12, 0.97, 0.00, 0.19. Web safe color of #b506ce is #cc00cc. Color #b506ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 11001110
Octal 265 6 316
Decimal 181 6 206
Hex B5 6 CE

RGB Percentages of Color #b506ce

%46.06
%1.53
%52.42

CMYK Percentages of Color #b506ce

%12
%97
%0
%19

Triadic Colors of #b506ce

#b506ce #ceb506 #06ceb5

Analogous Colors of #b506ce

#b506ce #ce0683 #5106ce

Monochromatic Colors of #b506ce

#b506ce

Complementary Color

#b506ce #1fce06

#b506ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b506ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b506ce Color CSS Codes

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

#b506ce Text Font Color

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

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


#b506ce Background Color

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

This div background color is #b506ce


#b506ce Border Color

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

This div border color is #b506ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b506ce


Comments

No comments written yet.

Please login to write comment.