Color Hex Logo

#7450ad Color Hex

#7450AD
(116,80,173)
0 Favorites   0 Comments

Color spaces of #7450ad

RGB 11680173
HSL0.730.370.50
HSV263°54°68°
CMYK 0.330.540.00   0.32
XYZ17.613912.467541.0133
Yxy12.46750.24780.1754
Hunter Lab35.309327.2525-44.1513
CIE-Lab41.949735.2809-44.5259

#7450ad color RGB value is (116,80,173).

#7450ad hex color red value is 116, green value is 80 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7450ad hue: 0.73 , saturation: 0.37 and the lightness value of 7450ad is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 01010000 10101101
Octal 164 120 255
Decimal 116 80 173
Hex 74 50 AD

RGB Percentages of Color #7450ad

%31.44
%21.68
%46.88

CMYK Percentages of Color #7450ad

%33
%54
%0
%32

Triadic Colors of #7450ad

#7450ad #ad7450 #50ad74

Analogous Colors of #7450ad

#7450ad #a350ad #505bad

Monochromatic Colors of #7450ad

#7450ad

Complementary Color

#7450ad #89ad50

#7450ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7450ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7450ad Color CSS Codes

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

#7450ad Text Font Color

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

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


#7450ad Background Color

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

This div background color is #7450ad


#7450ad Border Color

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

This div border color is #7450ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7450ad


Comments

No comments written yet.

Please login to write comment.