Color Hex Logo

#7952aa Color Hex

#7952AA
(121,82,170)
0 Favorites   0 Comments

Color spaces of #7952aa

RGB 12182170
HSL0.740.350.49
HSV267°52°67°
CMYK 0.290.520.00   0.33
XYZ18.158113.001839.5828
Yxy13.00180.25670.1838
Hunter Lab36.058026.7876-39.8452
CIE-Lab42.766034.6685-41.4193

#7952aa color RGB value is (121,82,170).

#7952aa hex color red value is 121, green value is 82 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7952aa hue: 0.74 , saturation: 0.35 and the lightness value of 7952aa is 0.49.

The process color (four color CMYK) of #7952aa color hex is 0.29, 0.52, 0.00, 0.33. Web safe color of #7952aa is #666699. Color #7952aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01010010 10101010
Octal 171 122 252
Decimal 121 82 170
Hex 79 52 AA

RGB Percentages of Color #7952aa

%32.44
%21.98
%45.58

CMYK Percentages of Color #7952aa

%29
%52
%0
%33

Triadic Colors of #7952aa

#7952aa #aa7952 #52aa79

Analogous Colors of #7952aa

#7952aa #a552aa #5257aa

Monochromatic Colors of #7952aa

#7952aa

Complementary Color

#7952aa #83aa52

#7952aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7952aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7952aa Color CSS Codes

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

#7952aa Text Font Color

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

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


#7952aa Background Color

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

This div background color is #7952aa


#7952aa Border Color

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

This div border color is #7952aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,82,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 #7952aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7952aa


Comments

No comments written yet.

Please login to write comment.