Color Hex Logo

#b336ba Color Hex

#B336BA
(179,54,186)
0 Favorites   0 Comments

Color spaces of #b336ba

RGB 17954186
HSL0.820.550.47
HSV297°71°73°
CMYK 0.040.710.00   0.27
XYZ28.772515.767247.9813
Yxy15.76720.31100.1704
Hunter Lab39.707959.8528-43.8478
CIE-Lab46.667665.6057-44.1476

#b336ba color RGB value is (179,54,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110110 10111010
Octal 263 66 272
Decimal 179 54 186
Hex B3 36 BA

RGB Percentages of Color #b336ba

%42.72
%12.89
%44.39

CMYK Percentages of Color #b336ba

%4
%71
%0
%27

Triadic Colors of #b336ba

#b336ba #bab336 #36bab3

Analogous Colors of #b336ba

#b336ba #ba367f #7136ba

Monochromatic Colors of #b336ba

#b336ba

Complementary Color

#b336ba #3dba36

#b336ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b336ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b336ba Color CSS Codes

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

#b336ba Text Font Color

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

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


#b336ba Background Color

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

This div background color is #b336ba


#b336ba Border Color

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

This div border color is #b336ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,54,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 #b336ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b336ba


Comments

No comments written yet.

Please login to write comment.