Color Hex Logo

#b68bdc Color Hex

#B68BDC
(182,139,220)
0 Favorites   0 Comments

Color spaces of #b68bdc

RGB 182139220
HSL0.760.540.70
HSV272°37°86°
CMYK 0.170.370.00   0.14
XYZ41.442333.577672.0070
Yxy33.57760.28190.2284
Hunter Lab57.946226.2549-33.1146
CIE-Lab64.625931.6194-35.2380

#b68bdc color RGB value is (182,139,220).

#b68bdc hex color red value is 182, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b68bdc hue: 0.76 , saturation: 0.54 and the lightness value of b68bdc is 0.70.

The process color (four color CMYK) of #b68bdc color hex is 0.17, 0.37, 0.00, 0.14. Web safe color of #b68bdc is #cc99cc. Color #b68bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001011 11011100
Octal 266 213 334
Decimal 182 139 220
Hex B6 8B DC

RGB Percentages of Color #b68bdc

%33.64
%25.69
%40.67

CMYK Percentages of Color #b68bdc

%17
%37
%0
%14

Triadic Colors of #b68bdc

#b68bdc #dcb68b #8bdcb6

Analogous Colors of #b68bdc

#b68bdc #dc8bda #8e8bdc

Monochromatic Colors of #b68bdc

#b68bdc

Complementary Color

#b68bdc #b1dc8b

#b68bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68bdc Color CSS Codes

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

#b68bdc Text Font Color

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

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


#b68bdc Background Color

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

This div background color is #b68bdc


#b68bdc Border Color

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

This div border color is #b68bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68bdc


Comments

No comments written yet.

Please login to write comment.