Color Hex Logo

#b39cea Color Hex

#B39CEA
(179,156,234)
0 Favorites   0 Comments

Color spaces of #b39cea

RGB 179156234
HSL0.720.650.76
HSV258°33°92°
CMYK 0.240.330.00   0.08
XYZ45.330239.301283.0386
Yxy39.30120.27040.2344
Hunter Lab62.690719.3606-34.6507
CIE-Lab68.968924.4035-36.2292

#b39cea color RGB value is (179,156,234).

#b39cea hex color red value is 179, green value is 156 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #b39cea hue: 0.72 , saturation: 0.65 and the lightness value of b39cea is 0.76.

The process color (four color CMYK) of #b39cea color hex is 0.24, 0.33, 0.00, 0.08. Web safe color of #b39cea is #cc99ff. Color #b39cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011100 11101010
Octal 263 234 352
Decimal 179 156 234
Hex B3 9C EA

RGB Percentages of Color #b39cea

%31.46
%27.42
%41.12

CMYK Percentages of Color #b39cea

%24
%33
%0
%8

Triadic Colors of #b39cea

#b39cea #eab39c #9ceab3

Analogous Colors of #b39cea

#b39cea #da9cea #9cacea

Monochromatic Colors of #b39cea

#b39cea

Complementary Color

#b39cea #d3ea9c

#b39cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39cea Color CSS Codes

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

#b39cea Text Font Color

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

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


#b39cea Background Color

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

This div background color is #b39cea


#b39cea Border Color

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

This div border color is #b39cea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,156,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39cea


Comments

No comments written yet.

Please login to write comment.