Color Hex Logo

#b308bb Color Hex

#B308BB
(179,8,187)
0 Favorites   0 Comments

Color spaces of #b308bb

RGB 1798187
HSL0.830.920.38
HSV297°96°73°
CMYK 0.040.960.00   0.27
XYZ27.646913.345248.1324
Yxy13.34520.31020.1497
Hunter Lab36.531171.1603-52.5472
CIE-Lab43.278875.7760-50.1498

#b308bb color RGB value is (179,8,187).

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

The process color (four color CMYK) of #b308bb color hex is 0.04, 0.96, 0.00, 0.27. Web safe color of #b308bb is #cc00cc. Color #b308bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00001000 10111011
Octal 263 10 273
Decimal 179 8 187
Hex B3 8 BB

RGB Percentages of Color #b308bb

%47.86
%2.14
%50.00

CMYK Percentages of Color #b308bb

%4
%96
%0
%27

Triadic Colors of #b308bb

#b308bb #bbb308 #08bbb3

Analogous Colors of #b308bb

#b308bb #bb086a #5908bb

Monochromatic Colors of #b308bb

#b308bb

Complementary Color

#b308bb #10bb08

#b308bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b308bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b308bb Color CSS Codes

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

#b308bb Text Font Color

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

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


#b308bb Background Color

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

This div background color is #b308bb


#b308bb Border Color

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

This div border color is #b308bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,8,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b308bb


Comments

No comments written yet.

Please login to write comment.