Color Hex Logo

#7a7afb Color Hex

#7A7AFB
(122,122,251)
0 Favorites   0 Comments

Color spaces of #7a7afb

RGB 122122251
HSL0.670.940.73
HSV240°51°98°
CMYK 0.510.510.00   0.02
XYZ32.398225.021794.3889
Yxy25.02170.21340.1648
Hunter Lab50.021728.0734-76.8626
CIE-Lab57.096634.2009-64.6713

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01111010 11111011
Octal 172 172 373
Decimal 122 122 251
Hex 7A 7A FB

RGB Percentages of Color #7a7afb

%24.65
%24.65
%50.71

CMYK Percentages of Color #7a7afb

%51
%51
%0
%2

Triadic Colors of #7a7afb

#7a7afb #fb7a7a #7afb7a

Analogous Colors of #7a7afb

#7a7afb #bb7afb #7abbfb

Monochromatic Colors of #7a7afb

#7a7afb

Complementary Color

#7a7afb #fbfb7a

#7a7afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a7afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a7afb Color CSS Codes

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

#7a7afb Text Font Color

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

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


#7a7afb Background Color

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

This div background color is #7a7afb


#7a7afb Border Color

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

This div border color is #7a7afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a7afb


Comments

No comments written yet.

Please login to write comment.