Color Hex Logo

#b328cb Color Hex

#B328CB
(179,40,203)
0 Favorites   0 Comments

Color spaces of #b328cb

RGB 17940203
HSL0.810.670.48
HSV291°80°80°
CMYK 0.120.800.00   0.20
XYZ30.128715.413157.8870
Yxy15.41310.29130.1490
Hunter Lab39.259568.2810-59.9397
CIE-Lab46.194972.8372-54.7881

#b328cb color RGB value is (179,40,203).

#b328cb hex color red value is 179, green value is 40 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #b328cb hue: 0.81 , saturation: 0.67 and the lightness value of b328cb is 0.48.

The process color (four color CMYK) of #b328cb color hex is 0.12, 0.80, 0.00, 0.20. Web safe color of #b328cb is #cc33cc. Color #b328cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00101000 11001011
Octal 263 50 313
Decimal 179 40 203
Hex B3 28 CB

RGB Percentages of Color #b328cb

%42.42
%9.48
%48.10

CMYK Percentages of Color #b328cb

%12
%80
%0
%20

Triadic Colors of #b328cb

#b328cb #cbb328 #28cbb3

Analogous Colors of #b328cb

#b328cb #cb2892 #6228cb

Monochromatic Colors of #b328cb

#b328cb

Complementary Color

#b328cb #40cb28

#b328cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b328cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b328cb Color CSS Codes

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

#b328cb Text Font Color

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

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


#b328cb Background Color

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

This div background color is #b328cb


#b328cb Border Color

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

This div border color is #b328cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b328cb


Comments

No comments written yet.

Please login to write comment.