Color Hex Logo

#7304bd Color Hex

#7304BD
(115,4,189)
0 Favorites   0 Comments

Color spaces of #7304bd

RGB 1154189
HSL0.770.960.38
HSV276°98°74°
CMYK 0.390.980.00   0.26
XYZ16.29907.405848.7145
Yxy7.40580.22510.1023
Hunter Lab27.213659.2849-87.0843
CIE-Lab32.713467.8147-68.9777

#7304bd color RGB value is (115,4,189).

#7304bd hex color red value is 115, green value is 4 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7304bd hue: 0.77 , saturation: 0.96 and the lightness value of 7304bd is 0.38.

The process color (four color CMYK) of #7304bd color hex is 0.39, 0.98, 0.00, 0.26. Web safe color of #7304bd is #6600cc. Color #7304bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000100 10111101
Octal 163 4 275
Decimal 115 4 189
Hex 73 4 BD

RGB Percentages of Color #7304bd

%37.34
%1.30
%61.36

CMYK Percentages of Color #7304bd

%39
%98
%0
%26

Triadic Colors of #7304bd

#7304bd #bd7304 #04bd73

Analogous Colors of #7304bd

#7304bd #bd04ab #1604bd

Monochromatic Colors of #7304bd

#7304bd

Complementary Color

#7304bd #4ebd04

#7304bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7304bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7304bd Color CSS Codes

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

#7304bd Text Font Color

<p style="color:#7304bd">Text here</p>

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


#7304bd Background Color

<div style="background-color:#7304bd">
Div content here</div>

This div background color is #7304bd


#7304bd Border Color

<div style="border:3px solid #7304bd">
Div here</div>

This div border color is #7304bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,4,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7304bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7304bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7304bd;
  box-shadow:         1px 1px 3px 2px #7304bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7304bd


Comments

No comments written yet.

Please login to write comment.