Color Hex Logo

#7a76ed Color Hex

#7A76ED
(122,118,237)
0 Favorites   0 Comments

Color spaces of #7a76ed

RGB 122118237
HSL0.670.770.70
HSV242°50°93°
CMYK 0.490.500.00   0.07
XYZ29.790523.208983.0304
Yxy23.20890.21900.1706
Hunter Lab48.175626.0723-68.4630
CIE-Lab55.286932.3672-59.8128

#7a76ed color RGB value is (122,118,237).

#7a76ed hex color red value is 122, green value is 118 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #7a76ed hue: 0.67 , saturation: 0.77 and the lightness value of 7a76ed is 0.70.

The process color (four color CMYK) of #7a76ed color hex is 0.49, 0.50, 0.00, 0.07. Web safe color of #7a76ed is #6666ff. Color #7a76ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110110 11101101
Octal 172 166 355
Decimal 122 118 237
Hex 7A 76 ED

RGB Percentages of Color #7a76ed

%25.58
%24.74
%49.69

CMYK Percentages of Color #7a76ed

%49
%50
%0
%7

Triadic Colors of #7a76ed

#7a76ed #ed7a76 #76ed7a

Analogous Colors of #7a76ed

#7a76ed #b676ed #76aeed

Monochromatic Colors of #7a76ed

#7a76ed

Complementary Color

#7a76ed #e9ed76

#7a76ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a76ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a76ed Color CSS Codes

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

#7a76ed Text Font Color

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

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


#7a76ed Background Color

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

This div background color is #7a76ed


#7a76ed Border Color

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

This div border color is #7a76ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a76ed


Comments

No comments written yet.

Please login to write comment.