Color Hex Logo

#7654ac Color Hex

#7654AC
(118,84,172)
0 Favorites   0 Comments

Color spaces of #7654ac

RGB 11884172
HSL0.730.350.50
HSV263°51°67°
CMYK 0.310.510.00   0.33
XYZ18.087913.170840.6186
Yxy13.17080.25160.1832
Hunter Lab36.291625.4549-40.9550
CIE-Lab43.019533.2042-42.2166

#7654ac color RGB value is (118,84,172).

#7654ac hex color red value is 118, green value is 84 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7654ac hue: 0.73 , saturation: 0.35 and the lightness value of 7654ac is 0.50.

The process color (four color CMYK) of #7654ac color hex is 0.31, 0.51, 0.00, 0.33. Web safe color of #7654ac is #666699. Color #7654ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010100 10101100
Octal 166 124 254
Decimal 118 84 172
Hex 76 54 AC

RGB Percentages of Color #7654ac

%31.55
%22.46
%45.99

CMYK Percentages of Color #7654ac

%31
%51
%0
%33

Triadic Colors of #7654ac

#7654ac #ac7654 #54ac76

Analogous Colors of #7654ac

#7654ac #a254ac #545eac

Monochromatic Colors of #7654ac

#7654ac

Complementary Color

#7654ac #8aac54

#7654ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7654ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7654ac Color CSS Codes

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

#7654ac Text Font Color

<p style="color:#7654ac">Text here</p>

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


#7654ac Background Color

<div style="background-color:#7654ac">
Div content here</div>

This div background color is #7654ac


#7654ac Border Color

<div style="border:3px solid #7654ac">
Div here</div>

This div border color is #7654ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,84,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7654ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7654ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7654ac;
  box-shadow:         1px 1px 3px 2px #7654ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,84,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7654ac


Comments

No comments written yet.

Please login to write comment.