Color Hex Logo

#7863ac Color Hex

#7863AC
(120,99,172)
0 Favorites   0 Comments

Color spaces of #7863ac

RGB 12099172
HSL0.710.310.53
HSV257°42°67°
CMYK 0.300.420.00   0.33
XYZ19.654015.895341.0619
Yxy15.89530.25650.2075
Hunter Lab39.868918.2238-33.1559
CIE-Lab46.836824.8218-36.1568

#7863ac color RGB value is (120,99,172).

#7863ac hex color red value is 120, green value is 99 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7863ac hue: 0.71 , saturation: 0.31 and the lightness value of 7863ac is 0.53.

The process color (four color CMYK) of #7863ac color hex is 0.30, 0.42, 0.00, 0.33. Web safe color of #7863ac is #666699. Color #7863ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100011 10101100
Octal 170 143 254
Decimal 120 99 172
Hex 78 63 AC

RGB Percentages of Color #7863ac

%30.69
%25.32
%43.99

CMYK Percentages of Color #7863ac

%30
%42
%0
%33

Triadic Colors of #7863ac

#7863ac #ac7863 #63ac78

Analogous Colors of #7863ac

#7863ac #9d63ac #6373ac

Monochromatic Colors of #7863ac

#7863ac

Complementary Color

#7863ac #97ac63

#7863ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7863ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7863ac Color CSS Codes

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

#7863ac Text Font Color

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

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


#7863ac Background Color

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

This div background color is #7863ac


#7863ac Border Color

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

This div border color is #7863ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,99,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 #7863ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7863ac


Comments

No comments written yet.

Please login to write comment.