Color Hex Logo

#7874aa Color Hex

#7874AA
(120,116,170)
0 Favorites   0 Comments

Color spaces of #7874aa

RGB 120116170
HSL0.680.240.56
HSV244°32°67°
CMYK 0.290.320.00   0.33
XYZ21.246819.386140.6523
Yxy19.38610.26140.2385
Hunter Lab44.02969.0845-23.9213
CIE-Lab51.135914.0720-28.2625

#7874aa color RGB value is (120,116,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110100 10101010
Octal 170 164 252
Decimal 120 116 170
Hex 78 74 AA

RGB Percentages of Color #7874aa

%29.56
%28.57
%41.87

CMYK Percentages of Color #7874aa

%29
%32
%0
%33

Triadic Colors of #7874aa

#7874aa #aa7874 #74aa78

Analogous Colors of #7874aa

#7874aa #9374aa #748baa

Monochromatic Colors of #7874aa

#7874aa

Complementary Color

#7874aa #a6aa74

#7874aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7874aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7874aa Color CSS Codes

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

#7874aa Text Font Color

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

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


#7874aa Background Color

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

This div background color is #7874aa


#7874aa Border Color

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

This div border color is #7874aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7874aa


Comments

No comments written yet.

Please login to write comment.