Color Hex Logo

#b008d8 Color Hex

#B008D8
(176,8,216)
0 Favorites   0 Comments

Color spaces of #b008d8

RGB 1768216
HSL0.800.930.44
HSV288°96°85°
CMYK 0.190.960.00   0.15
XYZ30.386014.361666.1363
Yxy14.36160.27400.1295
Hunter Lab37.896776.8041-76.9436
CIE-Lab44.747180.0453-64.6415

#b008d8 color RGB value is (176,8,216).

#b008d8 hex color red value is 176, green value is 8 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #b008d8 hue: 0.80 , saturation: 0.93 and the lightness value of b008d8 is 0.44.

The process color (four color CMYK) of #b008d8 color hex is 0.19, 0.96, 0.00, 0.15. Web safe color of #b008d8 is #9900cc. Color #b008d8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00001000 11011000
Octal 260 10 330
Decimal 176 8 216
Hex B0 8 D8

RGB Percentages of Color #b008d8

%44.00
%2.00
%54.00

CMYK Percentages of Color #b008d8

%19
%96
%0
%15

Triadic Colors of #b008d8

#b008d8 #d8b008 #08d8b0

Analogous Colors of #b008d8

#b008d8 #d80898 #4808d8

Monochromatic Colors of #b008d8

#b008d8

Complementary Color

#b008d8 #30d808

#b008d8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b008d8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b008d8 Color CSS Codes

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

#b008d8 Text Font Color

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

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


#b008d8 Background Color

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

This div background color is #b008d8


#b008d8 Border Color

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

This div border color is #b008d8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b008d8


Comments

No comments written yet.

Please login to write comment.