Color Hex Logo

#b308cb Color Hex

#B308CB
(179,8,203)
0 Favorites   0 Comments

Color spaces of #b308cb

RGB 1798203
HSL0.810.920.41
HSV293°96°80°
CMYK 0.120.960.00   0.20
XYZ29.456714.069257.6630
Yxy14.06920.29110.1390
Hunter Lab37.508974.5399-64.8911
CIE-Lab44.332078.3131-57.7907

#b308cb color RGB value is (179,8,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 11001011
Octal 263 10 313
Decimal 179 8 203
Hex B3 8 CB

RGB Percentages of Color #b308cb

%45.90
%2.05
%52.05

CMYK Percentages of Color #b308cb

%12
%96
%0
%20

Triadic Colors of #b308cb

#b308cb #cbb308 #08cbb3

Analogous Colors of #b308cb

#b308cb #cb0882 #5208cb

Monochromatic Colors of #b308cb

#b308cb

Complementary Color

#b308cb #20cb08

#b308cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b308cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b308cb Color CSS Codes

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

#b308cb Text Font Color

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

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


#b308cb Background Color

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

This div background color is #b308cb


#b308cb Border Color

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

This div border color is #b308cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,8,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 #b308cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b308cb


Comments

No comments written yet.

Please login to write comment.