Color Hex Logo

#7a76bd Color Hex

#7A76BD
(122,118,189)
0 Favorites   0 Comments

Color spaces of #7a76bd

RGB 122118189
HSL0.680.350.60
HSV243°38°74°
CMYK 0.350.380.00   0.26
XYZ23.689820.768650.9043
Yxy20.76860.24840.2178
Hunter Lab45.572613.0369-34.3258
CIE-Lab52.695318.5616-36.7847

#7a76bd color RGB value is (122,118,189).

#7a76bd hex color red value is 122, green value is 118 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #7a76bd hue: 0.68 , saturation: 0.35 and the lightness value of 7a76bd is 0.60.

The process color (four color CMYK) of #7a76bd color hex is 0.35, 0.38, 0.00, 0.26. Web safe color of #7a76bd is #6666cc. Color #7a76bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110110 10111101
Octal 172 166 275
Decimal 122 118 189
Hex 7A 76 BD

RGB Percentages of Color #7a76bd

%28.44
%27.51
%44.06

CMYK Percentages of Color #7a76bd

%35
%38
%0
%26

Triadic Colors of #7a76bd

#7a76bd #bd7a76 #76bd7a

Analogous Colors of #7a76bd

#7a76bd #9e76bd #7696bd

Monochromatic Colors of #7a76bd

#7a76bd

Complementary Color

#7a76bd #b9bd76

#7a76bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a76bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a76bd Color CSS Codes

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

#7a76bd Text Font Color

<p style="color:#7a76bd">Text here</p>

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


#7a76bd Background Color

<div style="background-color:#7a76bd">
Div content here</div>

This div background color is #7a76bd


#7a76bd Border Color

<div style="border:3px solid #7a76bd">
Div here</div>

This div border color is #7a76bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,118,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7a76bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7a76bd;
  -webkit-box-shadow: 1px 1px 3px 2px #7a76bd;
  box-shadow:         1px 1px 3px 2px #7a76bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a76bd


Comments

No comments written yet.

Please login to write comment.