Color Hex Logo

#7538aa Color Hex

#7538AA
(117,56,170)
0 Favorites   0 Comments

Color spaces of #7538aa

RGB 11756170
HSL0.760.500.44
HSV272°67°67°
CMYK 0.310.670.00   0.33
XYZ16.00609.512539.0227
Yxy9.51250.24800.1474
Hunter Lab30.842338.6606-53.4259
CIE-Lab36.952947.8665-50.7654

#7538aa color RGB value is (117,56,170).

#7538aa hex color red value is 117, green value is 56 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7538aa hue: 0.76 , saturation: 0.50 and the lightness value of 7538aa is 0.44.

The process color (four color CMYK) of #7538aa color hex is 0.31, 0.67, 0.00, 0.33. Web safe color of #7538aa is #663399. Color #7538aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00111000 10101010
Octal 165 70 252
Decimal 117 56 170
Hex 75 38 AA

RGB Percentages of Color #7538aa

%34.11
%16.33
%49.56

CMYK Percentages of Color #7538aa

%31
%67
%0
%33

Triadic Colors of #7538aa

#7538aa #aa7538 #38aa75

Analogous Colors of #7538aa

#7538aa #aa38a6 #3c38aa

Monochromatic Colors of #7538aa

#7538aa

Complementary Color

#7538aa #6daa38

#7538aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7538aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7538aa Color CSS Codes

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

#7538aa Text Font Color

<p style="color:#7538aa">Text here</p>

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


#7538aa Background Color

<div style="background-color:#7538aa">
Div content here</div>

This div background color is #7538aa


#7538aa Border Color

<div style="border:3px solid #7538aa">
Div here</div>

This div border color is #7538aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,56,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7538aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7538aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7538aa;
  box-shadow:         1px 1px 3px 2px #7538aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7538aa


Comments

No comments written yet.

Please login to write comment.