Color Hex Logo

#7874ac Color Hex

#7874AC
(120,116,172)
0 Favorites   0 Comments

Color spaces of #7874ac

RGB 120116172
HSL0.680.250.56
HSV244°33°67°
CMYK 0.300.330.00   0.33
XYZ21.437519.462441.6565
Yxy19.46240.25970.2357
Hunter Lab44.11629.5356-25.1029
CIE-Lab51.223914.5980-29.2871

#7874ac color RGB value is (120,116,172).

#7874ac hex color red value is 120, green value is 116 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7874ac hue: 0.68 , saturation: 0.25 and the lightness value of 7874ac is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 10101100
Octal 170 164 254
Decimal 120 116 172
Hex 78 74 AC

RGB Percentages of Color #7874ac

%29.41
%28.43
%42.16

CMYK Percentages of Color #7874ac

%30
%33
%0
%33

Triadic Colors of #7874ac

#7874ac #ac7874 #74ac78

Analogous Colors of #7874ac

#7874ac #9474ac #748cac

Monochromatic Colors of #7874ac

#7874ac

Complementary Color

#7874ac #a8ac74

#7874ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7874ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7874ac Color CSS Codes

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

#7874ac Text Font Color

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

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


#7874ac Background Color

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

This div background color is #7874ac


#7874ac Border Color

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

This div border color is #7874ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7874ac


Comments

No comments written yet.

Please login to write comment.