Color Hex Logo

#7a76fb Color Hex

#7A76FB
(122,118,251)
0 Favorites   0 Comments

Color spaces of #7a76fb

RGB 122118251
HSL0.670.940.72
HSV242°53°98°
CMYK 0.510.530.00   0.02
XYZ31.917124.059594.2285
Yxy24.05950.21250.1602
Hunter Lab49.050530.3114-79.5638
CIE-Lab56.147336.5550-66.1998

#7a76fb color RGB value is (122,118,251).

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

The process color (four color CMYK) of #7a76fb color hex is 0.51, 0.53, 0.00, 0.02. Web safe color of #7a76fb is #6666ff. Color #7a76fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110110 11111011
Octal 172 166 373
Decimal 122 118 251
Hex 7A 76 FB

RGB Percentages of Color #7a76fb

%24.85
%24.03
%51.12

CMYK Percentages of Color #7a76fb

%51
%53
%0
%2

Triadic Colors of #7a76fb

#7a76fb #fb7a76 #76fb7a

Analogous Colors of #7a76fb

#7a76fb #bd76fb #76b5fb

Monochromatic Colors of #7a76fb

#7a76fb

Complementary Color

#7a76fb #f7fb76

#7a76fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a76fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a76fb Color CSS Codes

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

#7a76fb Text Font Color

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

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


#7a76fb Background Color

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

This div background color is #7a76fb


#7a76fb Border Color

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

This div border color is #7a76fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a76fb

Related Colors


Comments

No comments written yet.

Please login to write comment.