Color Hex Logo

#b2659c Color Hex

#B2659C
(178,101,156)
0 Favorites   0 Comments

Color spaces of #b2659c

RGB 178101156
HSL0.880.330.55
HSV317°43°70°
CMYK 0.000.430.12   0.30
XYZ29.014521.172634.0100
Yxy21.17260.34460.2515
Hunter Lab46.013732.0314-11.6133
CIE-Lab53.137938.6550-16.4964

#b2659c color RGB value is (178,101,156).

#b2659c hex color red value is 178, green value is 101 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #b2659c hue: 0.88 , saturation: 0.33 and the lightness value of b2659c is 0.55.

The process color (four color CMYK) of #b2659c color hex is 0.00, 0.43, 0.12, 0.30. Web safe color of #b2659c is #996699. Color #b2659c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100101 10011100
Octal 262 145 234
Decimal 178 101 156
Hex B2 65 9C

RGB Percentages of Color #b2659c

%40.92
%23.22
%35.86

CMYK Percentages of Color #b2659c

%0
%43
%12
%30

Triadic Colors of #b2659c

#b2659c #9cb265 #659cb2

Analogous Colors of #b2659c

#b2659c #b26576 #a265b2

Monochromatic Colors of #b2659c

#b2659c

Complementary Color

#b2659c #65b27b

#b2659c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2659c Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2659c Color CSS Codes

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

#b2659c Text Font Color

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

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


#b2659c Background Color

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

This div background color is #b2659c


#b2659c Border Color

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

This div border color is #b2659c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2659c


Comments

No comments written yet.

Please login to write comment.