Color Hex Logo

#b324bd Color Hex

#B324BD
(179,36,189)
0 Favorites   0 Comments

Color spaces of #b324bd

RGB 17936189
HSL0.820.680.44
HSV296°81°74°
CMYK 0.050.810.00   0.26
XYZ28.406614.519649.4495
Yxy14.51960.30750.1572
Hunter Lab38.104666.3870-50.2692
CIE-Lab44.969171.4976-48.6128

#b324bd color RGB value is (179,36,189).

#b324bd hex color red value is 179, green value is 36 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b324bd hue: 0.82 , saturation: 0.68 and the lightness value of b324bd is 0.44.

The process color (four color CMYK) of #b324bd color hex is 0.05, 0.81, 0.00, 0.26. Web safe color of #b324bd is #cc33cc. Color #b324bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100100 10111101
Octal 263 44 275
Decimal 179 36 189
Hex B3 24 BD

RGB Percentages of Color #b324bd

%44.31
%8.91
%46.78

CMYK Percentages of Color #b324bd

%5
%81
%0
%26

Triadic Colors of #b324bd

#b324bd #bdb324 #24bdb3

Analogous Colors of #b324bd

#b324bd #bd247b #6724bd

Monochromatic Colors of #b324bd

#b324bd

Complementary Color

#b324bd #2ebd24

#b324bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b324bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b324bd Color CSS Codes

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

#b324bd Text Font Color

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

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


#b324bd Background Color

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

This div background color is #b324bd


#b324bd Border Color

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

This div border color is #b324bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b324bd


Comments

No comments written yet.

Please login to write comment.