Color Hex Logo

#b328af Color Hex

#B328AF
(179,40,175)
0 Favorites   0 Comments

Color spaces of #b328af

RGB 17940175
HSL0.840.630.43
HSV302°78°70°
CMYK 0.000.780.02   0.30
XYZ27.087114.196441.8700
Yxy14.19640.32570.1707
Hunter Lab37.678162.3884-39.5116
CIE-Lab44.513368.2038-41.1047

#b328af color RGB value is (179,40,175).

#b328af hex color red value is 179, green value is 40 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b328af hue: 0.84 , saturation: 0.63 and the lightness value of b328af is 0.43.

The process color (four color CMYK) of #b328af color hex is 0.00, 0.78, 0.02, 0.30. Web safe color of #b328af is #cc3399. Color #b328af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101000 10101111
Octal 263 50 257
Decimal 179 40 175
Hex B3 28 AF

RGB Percentages of Color #b328af

%45.43
%10.15
%44.42

CMYK Percentages of Color #b328af

%0
%78
%2
%30

Triadic Colors of #b328af

#b328af #afb328 #28afb3

Analogous Colors of #b328af

#b328af #b3286a #7228b3

Monochromatic Colors of #b328af

#b328af

Complementary Color

#b328af #28b32c

#b328af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b328af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b328af Color CSS Codes

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

#b328af Text Font Color

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

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


#b328af Background Color

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

This div background color is #b328af


#b328af Border Color

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

This div border color is #b328af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b328af


Comments

No comments written yet.

Please login to write comment.