Color Hex Logo

#b39be5 Color Hex

#B39BE5
(179,155,229)
1 Favorites   0 Comments

Color spaces of #b39be5

RGB 179155229
HSL0.720.590.75
HSV259°32°90°
CMYK 0.220.320.00   0.10
XYZ44.454638.683579.2524
Yxy38.68350.27380.2382
Hunter Lab62.196118.7397-32.0122
CIE-Lab68.521423.8008-34.1802

#b39be5 color RGB value is (179,155,229).

#b39be5 hex color red value is 179, green value is 155 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #b39be5 hue: 0.72 , saturation: 0.59 and the lightness value of b39be5 is 0.75.

The process color (four color CMYK) of #b39be5 color hex is 0.22, 0.32, 0.00, 0.10. Web safe color of #b39be5 is #cc99cc. Color #b39be5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 10011011 11100101
Octal 263 233 345
Decimal 179 155 229
Hex B3 9B E5

RGB Percentages of Color #b39be5

%31.79
%27.53
%40.67

CMYK Percentages of Color #b39be5

%22
%32
%0
%10

Triadic Colors of #b39be5

#b39be5 #e5b39b #9be5b3

Analogous Colors of #b39be5

#b39be5 #d89be5 #9ba8e5

Monochromatic Colors of #b39be5

#b39be5

Complementary Color

#b39be5 #cde59b

#b39be5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b39be5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b39be5 Color CSS Codes

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

#b39be5 Text Font Color

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

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


#b39be5 Background Color

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

This div background color is #b39be5


#b39be5 Border Color

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

This div border color is #b39be5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b39be5


Comments

No comments written yet.

Please login to write comment.