Color Hex Logo

#b506cf Color Hex

#B506CF
(181,6,207)
0 Favorites   0 Comments

Color spaces of #b506cf

RGB 1816207
HSL0.810.940.42
HSV292°97°81°
CMYK 0.130.970.00   0.19
XYZ30.383714.459060.2210
Yxy14.45900.28920.1376
Hunter Lab38.025076.0859-67.2814
CIE-Lab44.884179.4461-59.1969

#b506cf color RGB value is (181,6,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 11001111
Octal 265 6 317
Decimal 181 6 207
Hex B5 6 CF

RGB Percentages of Color #b506cf

%45.94
%1.52
%52.54

CMYK Percentages of Color #b506cf

%13
%97
%0
%19

Triadic Colors of #b506cf

#b506cf #cfb506 #06cfb5

Analogous Colors of #b506cf

#b506cf #cf0685 #5106cf

Monochromatic Colors of #b506cf

#b506cf

Complementary Color

#b506cf #20cf06

#b506cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b506cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b506cf Color CSS Codes

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

#b506cf Text Font Color

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

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


#b506cf Background Color

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

This div background color is #b506cf


#b506cf Border Color

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

This div border color is #b506cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b506cf


Comments

No comments written yet.

Please login to write comment.