Color Hex Logo

#7324db Color Hex

#7324DB
(115,36,219)
0 Favorites   0 Comments

Color spaces of #7324db

RGB 11536219
HSL0.740.720.50
HSV266°84°86°
CMYK 0.470.840.00   0.14
XYZ20.487310.021167.8723
Yxy10.02110.20820.1019
Hunter Lab31.656160.1239-104.9614
CIE-Lab37.880367.5486-77.9500

#7324db color RGB value is (115,36,219).

#7324db hex color red value is 115, green value is 36 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7324db hue: 0.74 , saturation: 0.72 and the lightness value of 7324db is 0.50.

The process color (four color CMYK) of #7324db color hex is 0.47, 0.84, 0.00, 0.14. Web safe color of #7324db is #6633cc. Color #7324db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100100 11011011
Octal 163 44 333
Decimal 115 36 219
Hex 73 24 DB

RGB Percentages of Color #7324db

%31.08
%9.73
%59.19

CMYK Percentages of Color #7324db

%47
%84
%0
%14

Triadic Colors of #7324db

#7324db #db7324 #24db73

Analogous Colors of #7324db

#7324db #cf24db #2431db

Monochromatic Colors of #7324db

#7324db

Complementary Color

#7324db #8cdb24

#7324db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7324db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7324db Color CSS Codes

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

#7324db Text Font Color

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

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


#7324db Background Color

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

This div background color is #7324db


#7324db Border Color

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

This div border color is #7324db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7324db


Comments

No comments written yet.

Please login to write comment.