Color Hex Logo

#b2639e Color Hex

#B2639E
(178,99,158)
0 Favorites   0 Comments

Color spaces of #b2639e

RGB 17899158
HSL0.880.340.54
HSV315°44°70°
CMYK 0.000.440.11   0.30
XYZ28.993520.857334.8455
Yxy20.85730.34230.2463
Hunter Lab45.669833.3987-13.2687
CIE-Lab52.793040.0605-18.1934

#b2639e color RGB value is (178,99,158).

#b2639e hex color red value is 178, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #b2639e hue: 0.88 , saturation: 0.34 and the lightness value of b2639e is 0.54.

The process color (four color CMYK) of #b2639e color hex is 0.00, 0.44, 0.11, 0.30. Web safe color of #b2639e is #996699. Color #b2639e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100011 10011110
Octal 262 143 236
Decimal 178 99 158
Hex B2 63 9E

RGB Percentages of Color #b2639e

%40.92
%22.76
%36.32

CMYK Percentages of Color #b2639e

%0
%44
%11
%30

Triadic Colors of #b2639e

#b2639e #9eb263 #639eb2

Analogous Colors of #b2639e

#b2639e #b26377 #9f63b2

Monochromatic Colors of #b2639e

#b2639e

Complementary Color

#b2639e #63b277

#b2639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2639e Color CSS Codes

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

#b2639e Text Font Color

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

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


#b2639e Background Color

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

This div background color is #b2639e


#b2639e Border Color

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

This div border color is #b2639e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,99,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2639e


Comments

No comments written yet.

Please login to write comment.