Color Hex Logo

#7651aa Color Hex

#7651AA
(118,81,170)
0 Favorites   0 Comments

Color spaces of #7651aa

RGB 11881170
HSL0.740.350.49
HSV265°52°67°
CMYK 0.310.520.00   0.33
XYZ17.669312.638739.5384
Yxy12.63870.25300.1809
Hunter Lab35.550926.5027-41.0544
CIE-Lab42.213734.4413-42.3180

#7651aa color RGB value is (118,81,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010001 10101010
Octal 166 121 252
Decimal 118 81 170
Hex 76 51 AA

RGB Percentages of Color #7651aa

%31.98
%21.95
%46.07

CMYK Percentages of Color #7651aa

%31
%52
%0
%33

Triadic Colors of #7651aa

#7651aa #aa7651 #51aa76

Analogous Colors of #7651aa

#7651aa #a351aa #5159aa

Monochromatic Colors of #7651aa

#7651aa

Complementary Color

#7651aa #85aa51

#7651aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7651aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7651aa Color CSS Codes

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

#7651aa Text Font Color

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

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


#7651aa Background Color

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

This div background color is #7651aa


#7651aa Border Color

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

This div border color is #7651aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7651aa


Comments

No comments written yet.

Please login to write comment.