Color Hex Logo

#b006de Color Hex

#B006DE
(176,6,222)
0 Favorites   0 Comments

Color spaces of #b006de

RGB 1766222
HSL0.800.950.45
HSV287°97°87°
CMYK 0.210.970.00   0.13
XYZ31.154414.634370.2899
Yxy14.63430.26840.1261
Hunter Lab38.254878.4230-82.1619
CIE-Lab45.129281.2563-67.4568

#b006de color RGB value is (176,6,222).

#b006de hex color red value is 176, green value is 6 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #b006de hue: 0.80 , saturation: 0.95 and the lightness value of b006de is 0.45.

The process color (four color CMYK) of #b006de color hex is 0.21, 0.97, 0.00, 0.13. Web safe color of #b006de is #9900cc. Color #b006de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00000110 11011110
Octal 260 6 336
Decimal 176 6 222
Hex B0 6 DE

RGB Percentages of Color #b006de

%43.56
%1.49
%54.95

CMYK Percentages of Color #b006de

%21
%97
%0
%13

Triadic Colors of #b006de

#b006de #deb006 #06deb0

Analogous Colors of #b006de

#b006de #de06a0 #4406de

Monochromatic Colors of #b006de

#b006de

Complementary Color

#b006de #34de06

#b006de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b006de Color Preview on White Background

Lorem ipsum dolor sit amet.

#b006de Color CSS Codes

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

#b006de Text Font Color

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

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


#b006de Background Color

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

This div background color is #b006de


#b006de Border Color

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

This div border color is #b006de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b006de


Comments

No comments written yet.

Please login to write comment.