Color Hex Logo

#7751aa Color Hex

#7751AA
(119,81,170)
0 Favorites   0 Comments

Color spaces of #7751aa

RGB 11981170
HSL0.740.350.49
HSV266°52°67°
CMYK 0.300.520.00   0.33
XYZ17.805912.709139.5448
Yxy12.70910.25420.1814
Hunter Lab35.649826.7676-40.8129
CIE-Lab42.321634.7097-42.1397

#7751aa color RGB value is (119,81,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010001 10101010
Octal 167 121 252
Decimal 119 81 170
Hex 77 51 AA

RGB Percentages of Color #7751aa

%32.16
%21.89
%45.95

CMYK Percentages of Color #7751aa

%30
%52
%0
%33

Triadic Colors of #7751aa

#7751aa #aa7751 #51aa77

Analogous Colors of #7751aa

#7751aa #a451aa #5158aa

Monochromatic Colors of #7751aa

#7751aa

Complementary Color

#7751aa #84aa51

#7751aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7751aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7751aa Color CSS Codes

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

#7751aa Text Font Color

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

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


#7751aa Background Color

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

This div background color is #7751aa


#7751aa Border Color

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

This div border color is #7751aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7751aa


Comments

No comments written yet.

Please login to write comment.