Color Hex Logo

#b306dd Color Hex

#B306DD
(179,6,221)
0 Favorites   0 Comments

Color spaces of #b306dd

RGB 1796221
HSL0.800.950.45
HSV288°97°87°
CMYK 0.190.970.00   0.13
XYZ31.706714.934469.6181
Yxy14.93440.27270.1285
Hunter Lab38.645178.8232-79.7579
CIE-Lab45.544281.4927-66.1888

#b306dd color RGB value is (179,6,221).

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

The process color (four color CMYK) of #b306dd color hex is 0.19, 0.97, 0.00, 0.13. Web safe color of #b306dd is #cc00cc. Color #b306dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00000110 11011101
Octal 263 6 335
Decimal 179 6 221
Hex B3 6 DD

RGB Percentages of Color #b306dd

%44.09
%1.48
%54.43

CMYK Percentages of Color #b306dd

%19
%97
%0
%13

Triadic Colors of #b306dd

#b306dd #ddb306 #06ddb3

Analogous Colors of #b306dd

#b306dd #dd069c #4706dd

Monochromatic Colors of #b306dd

#b306dd

Complementary Color

#b306dd #30dd06

#b306dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b306dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b306dd Color CSS Codes

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

#b306dd Text Font Color

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

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


#b306dd Background Color

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

This div background color is #b306dd


#b306dd Border Color

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

This div border color is #b306dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b306dd


Comments

No comments written yet.

Please login to write comment.