Color Hex Logo

#b39ece Color Hex

#B39ECE
(179,158,206)
0 Favorites   0 Comments

Color spaces of #b39ece

RGB 179158206
HSL0.740.330.71
HSV266°23°81°
CMYK 0.130.230.00   0.19
XYZ41.957838.493763.6111
Yxy38.49370.29120.2672
Hunter Lab62.043312.1378-17.3579
CIE-Lab68.382916.9909-21.7063

#b39ece color RGB value is (179,158,206).

#b39ece hex color red value is 179, green value is 158 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b39ece hue: 0.74 , saturation: 0.33 and the lightness value of b39ece is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011110 11001110
Octal 263 236 316
Decimal 179 158 206
Hex B3 9E CE

RGB Percentages of Color #b39ece

%32.97
%29.10
%37.94

CMYK Percentages of Color #b39ece

%13
%23
%0
%19

Triadic Colors of #b39ece

#b39ece #ceb39e #9eceb3

Analogous Colors of #b39ece

#b39ece #cb9ece #9ea1ce

Monochromatic Colors of #b39ece

#b39ece

Complementary Color

#b39ece #b9ce9e

#b39ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39ece Color CSS Codes

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

#b39ece Text Font Color

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

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


#b39ece Background Color

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

This div background color is #b39ece


#b39ece Border Color

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

This div border color is #b39ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39ece


Comments

No comments written yet.

Please login to write comment.