Color Hex Logo

#b66bdf Color Hex

#B66BDF
(182,107,223)
0 Favorites   0 Comments

Color spaces of #b66bdf

RGB 182107223
HSL0.770.640.65
HSV279°52°87°
CMYK 0.180.520.00   0.13
XYZ37.868425.788272.7938
Yxy25.78820.27750.1890
Hunter Lab50.782144.2395-49.4421
CIE-Lab57.835549.6604-47.5780

#b66bdf color RGB value is (182,107,223).

#b66bdf hex color red value is 182, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b66bdf hue: 0.77 , saturation: 0.64 and the lightness value of b66bdf is 0.65.

The process color (four color CMYK) of #b66bdf color hex is 0.18, 0.52, 0.00, 0.13. Web safe color of #b66bdf is #cc66cc. Color #b66bdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101011 11011111
Octal 266 153 337
Decimal 182 107 223
Hex B6 6B DF

RGB Percentages of Color #b66bdf

%35.55
%20.90
%43.55

CMYK Percentages of Color #b66bdf

%18
%52
%0
%13

Triadic Colors of #b66bdf

#b66bdf #dfb66b #6bdfb6

Analogous Colors of #b66bdf

#b66bdf #df6bce #7c6bdf

Monochromatic Colors of #b66bdf

#b66bdf

Complementary Color

#b66bdf #94df6b

#b66bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66bdf Color CSS Codes

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

#b66bdf Text Font Color

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

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


#b66bdf Background Color

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

This div background color is #b66bdf


#b66bdf Border Color

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

This div border color is #b66bdf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,107,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b66bdf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b66bdf;
  -webkit-box-shadow: 1px 1px 3px 2px #b66bdf;
  box-shadow:         1px 1px 3px 2px #b66bdf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,107,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66bdf


Comments

No comments written yet.

Please login to write comment.