Color Hex Logo

#b342ba Color Hex

#B342BA
(179,66,186)
0 Favorites   0 Comments

Color spaces of #b342ba

RGB 17966186
HSL0.820.480.49
HSV297°65°73°
CMYK 0.040.650.00   0.27
XYZ29.401517.025348.1910
Yxy17.02530.31070.1799
Hunter Lab41.261754.9841-40.3636
CIE-Lab48.291961.0331-41.5684

#b342ba color RGB value is (179,66,186).

#b342ba hex color red value is 179, green value is 66 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b342ba hue: 0.82 , saturation: 0.48 and the lightness value of b342ba is 0.49.

The process color (four color CMYK) of #b342ba color hex is 0.04, 0.65, 0.00, 0.27. Web safe color of #b342ba is #cc33cc. Color #b342ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 10111010
Octal 263 102 272
Decimal 179 66 186
Hex B3 42 BA

RGB Percentages of Color #b342ba

%41.53
%15.31
%43.16

CMYK Percentages of Color #b342ba

%4
%65
%0
%27

Triadic Colors of #b342ba

#b342ba #bab342 #42bab3

Analogous Colors of #b342ba

#b342ba #ba4285 #7742ba

Monochromatic Colors of #b342ba

#b342ba

Complementary Color

#b342ba #49ba42

#b342ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b342ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b342ba Color CSS Codes

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

#b342ba Text Font Color

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

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


#b342ba Background Color

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

This div background color is #b342ba


#b342ba Border Color

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

This div border color is #b342ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b342ba


Comments

No comments written yet.

Please login to write comment.