Color Hex Logo

#7306b5 Color Hex

#7306B5
(115,6,181)
0 Favorites   0 Comments

Color spaces of #7306b5

RGB 1156181
HSL0.770.940.37
HSV277°97°71°
CMYK 0.360.970.00   0.29
XYZ15.47587.111344.2730
Yxy7.11130.23150.1064
Hunter Lab26.667056.9225-79.7673
CIE-Lab32.059065.8780-65.3084

#7306b5 color RGB value is (115,6,181).

#7306b5 hex color red value is 115, green value is 6 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #7306b5 hue: 0.77 , saturation: 0.94 and the lightness value of 7306b5 is 0.37.

The process color (four color CMYK) of #7306b5 color hex is 0.36, 0.97, 0.00, 0.29. Web safe color of #7306b5 is #6600cc. Color #7306b5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000110 10110101
Octal 163 6 265
Decimal 115 6 181
Hex 73 6 B5

RGB Percentages of Color #7306b5

%38.08
%1.99
%59.93

CMYK Percentages of Color #7306b5

%36
%97
%0
%29

Triadic Colors of #7306b5

#7306b5 #b57306 #06b573

Analogous Colors of #7306b5

#7306b5 #b506a0 #1c06b5

Monochromatic Colors of #7306b5

#7306b5

Complementary Color

#7306b5 #48b506

#7306b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7306b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7306b5 Color CSS Codes

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

#7306b5 Text Font Color

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

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


#7306b5 Background Color

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

This div background color is #7306b5


#7306b5 Border Color

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

This div border color is #7306b5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,6,181, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7306b5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7306b5;
  -webkit-box-shadow: 1px 1px 3px 2px #7306b5;
  box-shadow:         1px 1px 3px 2px #7306b5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7306b5


Comments

No comments written yet.

Please login to write comment.