Color Hex Logo

#b68bce Color Hex

#B68BCE
(182,139,206)
0 Favorites   0 Comments

Color spaces of #b68bce

RGB 182139206
HSL0.770.410.68
HSV279°33°81°
CMYK 0.120.330.00   0.19
XYZ39.664632.866662.6458
Yxy32.86660.29340.2431
Hunter Lab57.329423.1727-24.6576
CIE-Lab64.052728.5892-28.3221

#b68bce color RGB value is (182,139,206).

#b68bce hex color red value is 182, green value is 139 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b68bce hue: 0.77 , saturation: 0.41 and the lightness value of b68bce is 0.68.

The process color (four color CMYK) of #b68bce color hex is 0.12, 0.33, 0.00, 0.19. Web safe color of #b68bce is #cc99cc. Color #b68bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001011 11001110
Octal 266 213 316
Decimal 182 139 206
Hex B6 8B CE

RGB Percentages of Color #b68bce

%34.54
%26.38
%39.09

CMYK Percentages of Color #b68bce

%12
%33
%0
%19

Triadic Colors of #b68bce

#b68bce #ceb68b #8bceb6

Analogous Colors of #b68bce

#b68bce #ce8bc5 #958bce

Monochromatic Colors of #b68bce

#b68bce

Complementary Color

#b68bce #a3ce8b

#b68bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68bce Color CSS Codes

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

#b68bce Text Font Color

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

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


#b68bce Background Color

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

This div background color is #b68bce


#b68bce Border Color

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

This div border color is #b68bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68bce


Comments

No comments written yet.

Please login to write comment.