Color Hex Logo

#b66dbc Color Hex

#B66DBC
(182,109,188)
0 Favorites   0 Comments

Color spaces of #b66dbc

RGB 182109188
HSL0.820.370.58
HSV295°42°74°
CMYK 0.030.420.00   0.26
XYZ33.837124.513250.5251
Yxy24.51320.31080.2251
Hunter Lab49.510835.3481-25.8471
CIE-Lab56.598041.4459-29.6696

#b66dbc color RGB value is (182,109,188).

#b66dbc hex color red value is 182, green value is 109 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #b66dbc hue: 0.82 , saturation: 0.37 and the lightness value of b66dbc is 0.58.

The process color (four color CMYK) of #b66dbc color hex is 0.03, 0.42, 0.00, 0.26. Web safe color of #b66dbc is #cc66cc. Color #b66dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101101 10111100
Octal 266 155 274
Decimal 182 109 188
Hex B6 6D BC

RGB Percentages of Color #b66dbc

%38.00
%22.76
%39.25

CMYK Percentages of Color #b66dbc

%3
%42
%0
%26

Triadic Colors of #b66dbc

#b66dbc #bcb66d #6dbcb6

Analogous Colors of #b66dbc

#b66dbc #bc6d9b #8f6dbc

Monochromatic Colors of #b66dbc

#b66dbc

Complementary Color

#b66dbc #73bc6d

#b66dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b66dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b66dbc Color CSS Codes

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

#b66dbc Text Font Color

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

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


#b66dbc Background Color

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

This div background color is #b66dbc


#b66dbc Border Color

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

This div border color is #b66dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b66dbc


Comments

No comments written yet.

Please login to write comment.