Color Hex Logo

#b366dd Color Hex

#B366DD
(179,102,221)
0 Favorites   0 Comments

Color spaces of #b366dd

RGB 179102221
HSL0.770.640.63
HSV279°54°87°
CMYK 0.190.540.00   0.13
XYZ36.392924.306971.1802
Yxy24.30690.27600.1843
Hunter Lab49.302045.4834-51.0890
CIE-Lab56.393851.0327-48.7618

#b366dd color RGB value is (179,102,221).

#b366dd hex color red value is 179, green value is 102 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #b366dd hue: 0.77 , saturation: 0.64 and the lightness value of b366dd is 0.63.

The process color (four color CMYK) of #b366dd color hex is 0.19, 0.54, 0.00, 0.13. Web safe color of #b366dd is #cc66cc. Color #b366dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100110 11011101
Octal 263 146 335
Decimal 179 102 221
Hex B3 66 DD

RGB Percentages of Color #b366dd

%35.66
%20.32
%44.02

CMYK Percentages of Color #b366dd

%19
%54
%0
%13

Triadic Colors of #b366dd

#b366dd #ddb366 #66ddb3

Analogous Colors of #b366dd

#b366dd #dd66cc #7866dd

Monochromatic Colors of #b366dd

#b366dd

Complementary Color

#b366dd #90dd66

#b366dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b366dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b366dd Color CSS Codes

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

#b366dd Text Font Color

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

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


#b366dd Background Color

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

This div background color is #b366dd


#b366dd Border Color

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

This div border color is #b366dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b366dd


Comments

No comments written yet.

Please login to write comment.