Color Hex Logo

#b66ddf Color Hex

#B66DDF
(182,109,223)
0 Favorites   0 Comments

Color spaces of #b66ddf

RGB 182109223
HSL0.770.640.65
HSV278°51°87°
CMYK 0.180.510.00   0.13
XYZ38.079326.210172.8641
Yxy26.21010.27760.1911
Hunter Lab51.195843.1752-48.5471
CIE-Lab58.235948.6160-46.9438

#b66ddf color RGB value is (182,109,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101101 11011111
Octal 266 155 337
Decimal 182 109 223
Hex B6 6D DF

RGB Percentages of Color #b66ddf

%35.41
%21.21
%43.39

CMYK Percentages of Color #b66ddf

%18
%51
%0
%13

Triadic Colors of #b66ddf

#b66ddf #dfb66d #6ddfb6

Analogous Colors of #b66ddf

#b66ddf #df6dcf #7d6ddf

Monochromatic Colors of #b66ddf

#b66ddf

Complementary Color

#b66ddf #96df6d

#b66ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66ddf Color CSS Codes

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

#b66ddf Text Font Color

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

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


#b66ddf Background Color

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

This div background color is #b66ddf


#b66ddf Border Color

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

This div border color is #b66ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66ddf


Comments

No comments written yet.

Please login to write comment.