Color Hex Logo

#b708bb Color Hex

#B708BB
(183,8,187)
0 Favorites   0 Comments

Color spaces of #b708bb

RGB 1838187
HSL0.830.920.38
HSV299°96°73°
CMYK 0.020.960.00   0.27
XYZ28.584913.828848.1763
Yxy13.82880.31550.1527
Hunter Lab37.187172.1316-50.7799
CIE-Lab43.986476.4312-48.9762

#b708bb color RGB value is (183,8,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 00001000 10111011
Octal 267 10 273
Decimal 183 8 187
Hex B7 8 BB

RGB Percentages of Color #b708bb

%48.41
%2.12
%49.47

CMYK Percentages of Color #b708bb

%2
%96
%0
%27

Triadic Colors of #b708bb

#b708bb #bbb708 #08bbb7

Analogous Colors of #b708bb

#b708bb #bb0866 #5d08bb

Monochromatic Colors of #b708bb

#b708bb

Complementary Color

#b708bb #0cbb08

#b708bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b708bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b708bb Color CSS Codes

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

#b708bb Text Font Color

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

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


#b708bb Background Color

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

This div background color is #b708bb


#b708bb Border Color

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

This div border color is #b708bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b708bb


Comments

No comments written yet.

Please login to write comment.