Color Hex Logo

#b506cd Color Hex

#B506CD
(181,6,205)
0 Favorites   0 Comments

Color spaces of #b506cd

RGB 1816205
HSL0.810.940.41
HSV293°97°80°
CMYK 0.120.970.00   0.20
XYZ30.140614.361858.9411
Yxy14.36180.29140.1388
Hunter Lab37.897075.6467-65.6858
CIE-Lab44.747479.1213-58.2613

#b506cd color RGB value is (181,6,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00000110 11001101
Octal 265 6 315
Decimal 181 6 205
Hex B5 6 CD

RGB Percentages of Color #b506cd

%46.17
%1.53
%52.30

CMYK Percentages of Color #b506cd

%12
%97
%0
%20

Triadic Colors of #b506cd

#b506cd #cdb506 #06cdb5

Analogous Colors of #b506cd

#b506cd #cd0682 #5206cd

Monochromatic Colors of #b506cd

#b506cd

Complementary Color

#b506cd #1ecd06

#b506cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b506cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b506cd Color CSS Codes

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

#b506cd Text Font Color

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

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


#b506cd Background Color

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

This div background color is #b506cd


#b506cd Border Color

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

This div border color is #b506cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b506cd


Comments

No comments written yet.

Please login to write comment.