Color Hex Logo

#7648aa Color Hex

#7648AA
(118,72,170)
0 Favorites   0 Comments

Color spaces of #7648aa

RGB 11872170
HSL0.740.400.47
HSV268°58°67°
CMYK 0.310.580.00   0.33
XYZ17.044311.388639.3301
Yxy11.38860.25150.1681
Hunter Lab33.747031.0962-45.4760
CIE-Lab40.227439.5979-45.4917

#7648aa color RGB value is (118,72,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001000 10101010
Octal 166 110 252
Decimal 118 72 170
Hex 76 48 AA

RGB Percentages of Color #7648aa

%32.78
%20.00
%47.22

CMYK Percentages of Color #7648aa

%31
%58
%0
%33

Triadic Colors of #7648aa

#7648aa #aa7648 #48aa76

Analogous Colors of #7648aa

#7648aa #a748aa #484baa

Monochromatic Colors of #7648aa

#7648aa

Complementary Color

#7648aa #7caa48

#7648aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7648aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7648aa Color CSS Codes

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

#7648aa Text Font Color

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

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


#7648aa Background Color

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

This div background color is #7648aa


#7648aa Border Color

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

This div border color is #7648aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7648aa


Comments

No comments written yet.

Please login to write comment.