Color Hex Logo

#b68dce Color Hex

#B68DCE
(182,141,206)
0 Favorites   0 Comments

Color spaces of #b68dce

RGB 182141206
HSL0.770.400.68
HSV278°32°81°
CMYK 0.120.320.00   0.19
XYZ39.956933.451162.7433
Yxy33.45110.29350.2457
Hunter Lab57.836922.1029-23.8338
CIE-Lab64.524527.4713-27.5949

#b68dce color RGB value is (182,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001101 11001110
Octal 266 215 316
Decimal 182 141 206
Hex B6 8D CE

RGB Percentages of Color #b68dce

%34.40
%26.65
%38.94

CMYK Percentages of Color #b68dce

%12
%32
%0
%19

Triadic Colors of #b68dce

#b68dce #ceb68d #8dceb6

Analogous Colors of #b68dce

#b68dce #ce8dc6 #968dce

Monochromatic Colors of #b68dce

#b68dce

Complementary Color

#b68dce #a5ce8d

#b68dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68dce Color CSS Codes

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

#b68dce Text Font Color

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

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


#b68dce Background Color

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

This div background color is #b68dce


#b68dce Border Color

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

This div border color is #b68dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68dce


Comments

No comments written yet.

Please login to write comment.