Color Hex Logo

#7464ad Color Hex

#7464AD
(116,100,173)
0 Favorites   0 Comments

Color spaces of #7464ad

RGB 116100173
HSL0.700.310.54
HSV253°42°68°
CMYK 0.330.420.00   0.32
XYZ19.302515.844541.5761
Yxy15.84450.25160.2065
Hunter Lab39.805216.9000-34.0642
CIE-Lab46.769823.3374-36.8730

#7464ad color RGB value is (116,100,173).

#7464ad hex color red value is 116, green value is 100 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7464ad hue: 0.70 , saturation: 0.31 and the lightness value of 7464ad is 0.54.

The process color (four color CMYK) of #7464ad color hex is 0.33, 0.42, 0.00, 0.32. Web safe color of #7464ad is #666699. Color #7464ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01100100 10101101
Octal 164 144 255
Decimal 116 100 173
Hex 74 64 AD

RGB Percentages of Color #7464ad

%29.82
%25.71
%44.47

CMYK Percentages of Color #7464ad

%33
%42
%0
%32

Triadic Colors of #7464ad

#7464ad #ad7464 #64ad74

Analogous Colors of #7464ad

#7464ad #9964ad #6479ad

Monochromatic Colors of #7464ad

#7464ad

Complementary Color

#7464ad #9dad64

#7464ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7464ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7464ad Color CSS Codes

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

#7464ad Text Font Color

<p style="color:#7464ad">Text here</p>

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


#7464ad Background Color

<div style="background-color:#7464ad">
Div content here</div>

This div background color is #7464ad


#7464ad Border Color

<div style="border:3px solid #7464ad">
Div here</div>

This div border color is #7464ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,100,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7464ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7464ad;
  -webkit-box-shadow: 1px 1px 3px 2px #7464ad;
  box-shadow:         1px 1px 3px 2px #7464ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7464ad


Comments

No comments written yet.

Please login to write comment.