Color Hex Logo

#7324bb Color Hex

#7324BB
(115,36,187)
0 Favorites   0 Comments

Color spaces of #7324bb

RGB 11536187
HSL0.750.680.44
HSV271°81°73°
CMYK 0.390.810.00   0.27
XYZ16.67078.494447.7747
Yxy8.49440.22860.1165
Hunter Lab29.145251.0960-76.7865
CIE-Lab34.992060.0889-64.0591

#7324bb color RGB value is (115,36,187).

#7324bb hex color red value is 115, green value is 36 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7324bb hue: 0.75 , saturation: 0.68 and the lightness value of 7324bb is 0.44.

The process color (four color CMYK) of #7324bb color hex is 0.39, 0.81, 0.00, 0.27. Web safe color of #7324bb is #6633cc. Color #7324bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100100 10111011
Octal 163 44 273
Decimal 115 36 187
Hex 73 24 BB

RGB Percentages of Color #7324bb

%34.02
%10.65
%55.33

CMYK Percentages of Color #7324bb

%39
%81
%0
%27

Triadic Colors of #7324bb

#7324bb #bb7324 #24bb73

Analogous Colors of #7324bb

#7324bb #bb24b8 #2824bb

Monochromatic Colors of #7324bb

#7324bb

Complementary Color

#7324bb #6cbb24

#7324bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7324bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7324bb Color CSS Codes

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

#7324bb Text Font Color

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

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


#7324bb Background Color

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

This div background color is #7324bb


#7324bb Border Color

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

This div border color is #7324bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,36,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7324bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7324bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7324bb;
  box-shadow:         1px 1px 3px 2px #7324bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7324bb


Comments

No comments written yet.

Please login to write comment.