Color Hex Logo

#7542ad Color Hex

#7542AD
(117,66,173)
0 Favorites   0 Comments

Color spaces of #7542ad

RGB 11766173
HSL0.750.450.47
HSV269°62°68°
CMYK 0.320.620.00   0.32
XYZ16.827210.695540.7127
Yxy10.69550.24660.1567
Hunter Lab32.704034.6118-50.9165
CIE-Lab39.062843.4155-49.1495

#7542ad color RGB value is (117,66,173).

#7542ad hex color red value is 117, green value is 66 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7542ad hue: 0.75 , saturation: 0.45 and the lightness value of 7542ad is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01000010 10101101
Octal 165 102 255
Decimal 117 66 173
Hex 75 42 AD

RGB Percentages of Color #7542ad

%32.87
%18.54
%48.60

CMYK Percentages of Color #7542ad

%32
%62
%0
%32

Triadic Colors of #7542ad

#7542ad #ad7542 #42ad75

Analogous Colors of #7542ad

#7542ad #ab42ad #4245ad

Monochromatic Colors of #7542ad

#7542ad

Complementary Color

#7542ad #7aad42

#7542ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7542ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7542ad Color CSS Codes

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

#7542ad Text Font Color

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

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


#7542ad Background Color

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

This div background color is #7542ad


#7542ad Border Color

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

This div border color is #7542ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7542ad


Comments

No comments written yet.

Please login to write comment.