Color Hex Logo

#b334ac Color Hex

#B334AC
(179,52,172)
0 Favorites   0 Comments

Color spaces of #b334ac

RGB 17952172
HSL0.840.550.45
HSV303°71°70°
CMYK 0.000.710.04   0.30
XYZ27.264815.018240.4915
Yxy15.01820.32940.1814
Hunter Lab38.753357.7649-34.8220
CIE-Lab45.659163.9829-37.5151

#b334ac color RGB value is (179,52,172).

#b334ac hex color red value is 179, green value is 52 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b334ac hue: 0.84 , saturation: 0.55 and the lightness value of b334ac is 0.45.

The process color (four color CMYK) of #b334ac color hex is 0.00, 0.71, 0.04, 0.30. Web safe color of #b334ac is #cc3399. Color #b334ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 10101100
Octal 263 64 254
Decimal 179 52 172
Hex B3 34 AC

RGB Percentages of Color #b334ac

%44.42
%12.90
%42.68

CMYK Percentages of Color #b334ac

%0
%71
%4
%30

Triadic Colors of #b334ac

#b334ac #acb334 #34acb3

Analogous Colors of #b334ac

#b334ac #b3346d #7b34b3

Monochromatic Colors of #b334ac

#b334ac

Complementary Color

#b334ac #34b33b

#b334ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b334ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#b334ac Color CSS Codes

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

#b334ac Text Font Color

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

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


#b334ac Background Color

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

This div background color is #b334ac


#b334ac Border Color

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

This div border color is #b334ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b334ac


Comments

No comments written yet.

Please login to write comment.