Color Hex Logo

#7445ad Color Hex

#7445AD
(116,69,173)
0 Favorites   0 Comments

Color spaces of #7445ad

RGB 11669173
HSL0.740.430.47
HSV267°60°68°
CMYK 0.330.600.00   0.32
XYZ16.873410.986440.7664
Yxy10.98640.24590.1601
Hunter Lab33.145732.8634-49.7196
CIE-Lab39.557641.5397-48.3598

#7445ad color RGB value is (116,69,173).

#7445ad hex color red value is 116, green value is 69 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7445ad hue: 0.74 , saturation: 0.43 and the lightness value of 7445ad is 0.47.

The process color (four color CMYK) of #7445ad color hex is 0.33, 0.60, 0.00, 0.32. Web safe color of #7445ad is #663399. Color #7445ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 01000101 10101101
Octal 164 105 255
Decimal 116 69 173
Hex 74 45 AD

RGB Percentages of Color #7445ad

%32.40
%19.27
%48.32

CMYK Percentages of Color #7445ad

%33
%60
%0
%32

Triadic Colors of #7445ad

#7445ad #ad7445 #45ad74

Analogous Colors of #7445ad

#7445ad #a845ad #454aad

Monochromatic Colors of #7445ad

#7445ad

Complementary Color

#7445ad #7ead45

#7445ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7445ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7445ad Color CSS Codes

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

#7445ad Text Font Color

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

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


#7445ad Background Color

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

This div background color is #7445ad


#7445ad Border Color

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

This div border color is #7445ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,69,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 #7445ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7445ad


Comments

No comments written yet.

Please login to write comment.