Color Hex Logo

#7306dc Color Hex

#7306DC
(115,6,220)
0 Favorites   0 Comments

Color spaces of #7306dc

RGB 1156220
HSL0.750.950.44
HSV271°97°86°
CMYK 0.480.970.00   0.14
XYZ20.05368.942468.3793
Yxy8.94240.20590.0918
Hunter Lab29.903867.3709-114.6421
CIE-Lab35.873274.0694-81.8349

#7306dc color RGB value is (115,6,220).

#7306dc hex color red value is 115, green value is 6 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #7306dc hue: 0.75 , saturation: 0.95 and the lightness value of 7306dc is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000110 11011100
Octal 163 6 334
Decimal 115 6 220
Hex 73 6 DC

RGB Percentages of Color #7306dc

%33.72
%1.76
%64.52

CMYK Percentages of Color #7306dc

%48
%97
%0
%14

Triadic Colors of #7306dc

#7306dc #dc7306 #06dc73

Analogous Colors of #7306dc

#7306dc #dc06da #0806dc

Monochromatic Colors of #7306dc

#7306dc

Complementary Color

#7306dc #6fdc06

#7306dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7306dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7306dc Color CSS Codes

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

#7306dc Text Font Color

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

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


#7306dc Background Color

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

This div background color is #7306dc


#7306dc Border Color

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

This div border color is #7306dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7306dc


Comments

No comments written yet.

Please login to write comment.