Color Hex Logo

#b324ed Color Hex

#B324ED
(179,36,237)
0 Favorites   0 Comments

Color spaces of #b324ed

RGB 17936237
HSL0.790.850.54
HSV283°85°93°
CMYK 0.240.850.00   0.07
XYZ34.507316.959981.5756
Yxy16.95990.25940.1275
Hunter Lab41.182477.4984-88.6161
CIE-Lab48.209579.9277-70.9418

#b324ed color RGB value is (179,36,237).

#b324ed hex color red value is 179, green value is 36 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #b324ed hue: 0.79 , saturation: 0.85 and the lightness value of b324ed is 0.54.

The process color (four color CMYK) of #b324ed color hex is 0.24, 0.85, 0.00, 0.07. Web safe color of #b324ed is #cc33ff. Color #b324ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100100 11101101
Octal 263 44 355
Decimal 179 36 237
Hex B3 24 ED

RGB Percentages of Color #b324ed

%39.60
%7.96
%52.43

CMYK Percentages of Color #b324ed

%24
%85
%0
%7

Triadic Colors of #b324ed

#b324ed #edb324 #24edb3

Analogous Colors of #b324ed

#b324ed #ed24c3 #4e24ed

Monochromatic Colors of #b324ed

#b324ed

Complementary Color

#b324ed #5eed24

#b324ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b324ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b324ed Color CSS Codes

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

#b324ed Text Font Color

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

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


#b324ed Background Color

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

This div background color is #b324ed


#b324ed Border Color

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

This div border color is #b324ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b324ed


Comments

No comments written yet.

Please login to write comment.