Color Hex Logo

#b509cb Color Hex

#B509CB
(181,9,203)
0 Favorites   0 Comments

Color spaces of #b509cb

RGB 1819203
HSL0.810.920.42
HSV293°96°80°
CMYK 0.110.960.00   0.20
XYZ29.933214.330957.6884
Yxy14.33090.29360.1406
Hunter Lab37.856274.8932-63.8517
CIE-Lab44.703878.5253-57.1734

#b509cb color RGB value is (181,9,203).

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

The process color (four color CMYK) of #b509cb color hex is 0.11, 0.96, 0.00, 0.20. Web safe color of #b509cb is #cc00cc. Color #b509cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00001001 11001011
Octal 265 11 313
Decimal 181 9 203
Hex B5 9 CB

RGB Percentages of Color #b509cb

%46.06
%2.29
%51.65

CMYK Percentages of Color #b509cb

%11
%96
%0
%20

Triadic Colors of #b509cb

#b509cb #cbb509 #09cbb5

Analogous Colors of #b509cb

#b509cb #cb0980 #5409cb

Monochromatic Colors of #b509cb

#b509cb

Complementary Color

#b509cb #1fcb09

#b509cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b509cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b509cb Color CSS Codes

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

#b509cb Text Font Color

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

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


#b509cb Background Color

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

This div background color is #b509cb


#b509cb Border Color

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

This div border color is #b509cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b509cb


Comments

No comments written yet.

Please login to write comment.