Color Hex Logo

#7325db Color Hex

#7325DB
(115,37,219)
0 Favorites   0 Comments

Color spaces of #7325db

RGB 11537219
HSL0.740.720.50
HSV266°83°86°
CMYK 0.470.830.00   0.14
XYZ20.518010.082467.8825
Yxy10.08240.20830.1024
Hunter Lab31.752859.7756-104.5258
CIE-Lab37.989967.2257-77.7696

#7325db color RGB value is (115,37,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100101 11011011
Octal 163 45 333
Decimal 115 37 219
Hex 73 25 DB

RGB Percentages of Color #7325db

%31.00
%9.97
%59.03

CMYK Percentages of Color #7325db

%47
%83
%0
%14

Triadic Colors of #7325db

#7325db #db7325 #25db73

Analogous Colors of #7325db

#7325db #ce25db #2532db

Monochromatic Colors of #7325db

#7325db

Complementary Color

#7325db #8ddb25

#7325db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7325db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7325db Color CSS Codes

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

#7325db Text Font Color

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

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


#7325db Background Color

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

This div background color is #7325db


#7325db Border Color

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

This div border color is #7325db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,37,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 #7325db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7325db


Comments

No comments written yet.

Please login to write comment.