Color Hex Logo

#b38bce Color Hex

#B38BCE
(179,139,206)
0 Favorites   0 Comments

Color spaces of #b38bce

RGB 179139206
HSL0.770.410.68
HSV276°33°81°
CMYK 0.130.330.00   0.19
XYZ38.963632.505262.6130
Yxy32.50520.29060.2424
Hunter Lab57.013322.2157-25.2039
CIE-Lab63.758227.6444-28.8008

#b38bce color RGB value is (179,139,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10001011 11001110
Octal 263 213 316
Decimal 179 139 206
Hex B3 8B CE

RGB Percentages of Color #b38bce

%34.16
%26.53
%39.31

CMYK Percentages of Color #b38bce

%13
%33
%0
%19

Triadic Colors of #b38bce

#b38bce #ceb38b #8bceb3

Analogous Colors of #b38bce

#b38bce #ce8bc8 #928bce

Monochromatic Colors of #b38bce

#b38bce

Complementary Color

#b38bce #a6ce8b

#b38bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b38bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b38bce Color CSS Codes

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

#b38bce Text Font Color

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

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


#b38bce Background Color

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

This div background color is #b38bce


#b38bce Border Color

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

This div border color is #b38bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b38bce


Comments

No comments written yet.

Please login to write comment.