Color Hex Logo

#7304af Color Hex

#7304AF
(115,4,175)
0 Favorites   0 Comments

Color spaces of #7304af

RGB 1154175
HSL0.770.960.35
HSV279°98°69°
CMYK 0.340.980.00   0.31
XYZ14.85156.826841.0924
Yxy6.82680.23660.1088
Hunter Lab26.128155.7369-74.9572
CIE-Lab31.409364.9563-62.7917

#7304af color RGB value is (115,4,175).

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

The process color (four color CMYK) of #7304af color hex is 0.34, 0.98, 0.00, 0.31. Web safe color of #7304af is #660099. Color #7304af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00000100 10101111
Octal 163 4 257
Decimal 115 4 175
Hex 73 4 AF

RGB Percentages of Color #7304af

%39.12
%1.36
%59.52

CMYK Percentages of Color #7304af

%34
%98
%0
%31

Triadic Colors of #7304af

#7304af #af7304 #04af73

Analogous Colors of #7304af

#7304af #af0496 #1d04af

Monochromatic Colors of #7304af

#7304af

Complementary Color

#7304af #40af04

#7304af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7304af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7304af Color CSS Codes

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

#7304af Text Font Color

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

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


#7304af Background Color

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

This div background color is #7304af


#7304af Border Color

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

This div border color is #7304af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7304af


Comments

No comments written yet.

Please login to write comment.