Color Hex Logo

#b3608e Color Hex

#B3608E
(179,96,142)
0 Favorites   0 Comments

Color spaces of #b3608e

RGB 17996142
HSL0.910.350.54
HSV327°46°70°
CMYK 0.000.460.21   0.30
XYZ27.655819.902427.9751
Yxy19.90240.36610.2635
Hunter Lab44.612132.5840-5.9508
CIE-Lab51.726739.3984-10.3752

#b3608e color RGB value is (179,96,142).

#b3608e hex color red value is 179, green value is 96 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #b3608e hue: 0.91 , saturation: 0.35 and the lightness value of b3608e is 0.54.

The process color (four color CMYK) of #b3608e color hex is 0.00, 0.46, 0.21, 0.30. Web safe color of #b3608e is #cc6699. Color #b3608e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01100000 10001110
Octal 263 140 216
Decimal 179 96 142
Hex B3 60 8E

RGB Percentages of Color #b3608e

%42.93
%23.02
%34.05

CMYK Percentages of Color #b3608e

%0
%46
%21
%30

Triadic Colors of #b3608e

#b3608e #8eb360 #608eb3

Analogous Colors of #b3608e

#b3608e #b36065 #af60b3

Monochromatic Colors of #b3608e

#b3608e

Complementary Color

#b3608e #60b385

#b3608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3608e Color CSS Codes

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

#b3608e Text Font Color

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

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


#b3608e Background Color

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

This div background color is #b3608e


#b3608e Border Color

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

This div border color is #b3608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3608e


Comments

No comments written yet.

Please login to write comment.