Color Hex Logo

#7305db Color Hex

#7305DB
(115,5,219)
0 Favorites   0 Comments

Color spaces of #7305db

RGB 1155219
HSL0.750.960.44
HSV271°98°86°
CMYK 0.470.980.00   0.14
XYZ19.91078.867967.6801
Yxy8.86790.20640.0919
Hunter Lab29.779067.2345-113.9057
CIE-Lab35.728773.9833-81.4982

#7305db color RGB value is (115,5,219).

#7305db hex color red value is 115, green value is 5 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7305db hue: 0.75 , saturation: 0.96 and the lightness value of 7305db is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000101 11011011
Octal 163 5 333
Decimal 115 5 219
Hex 73 5 DB

RGB Percentages of Color #7305db

%33.92
%1.47
%64.60

CMYK Percentages of Color #7305db

%47
%98
%0
%14

Triadic Colors of #7305db

#7305db #db7305 #05db73

Analogous Colors of #7305db

#7305db #db05d8 #0805db

Monochromatic Colors of #7305db

#7305db

Complementary Color

#7305db #6ddb05

#7305db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7305db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7305db Color CSS Codes

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

#7305db Text Font Color

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

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


#7305db Background Color

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

This div background color is #7305db


#7305db Border Color

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

This div border color is #7305db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7305db


Comments

No comments written yet.

Please login to write comment.