Color Hex Logo

#7a77fb Color Hex

#7A77FB
(122,119,251)
0 Favorites   0 Comments

Color spaces of #7a77fb

RGB 122119251
HSL0.670.940.73
HSV241°53°98°
CMYK 0.510.530.00   0.02
XYZ32.035524.296394.2680
Yxy24.29630.21270.1613
Hunter Lab49.291329.7514-78.8863
CIE-Lab56.383235.9673-65.8197

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 01110111 11111011
Octal 172 167 373
Decimal 122 119 251
Hex 7A 77 FB

RGB Percentages of Color #7a77fb

%24.80
%24.19
%51.02

CMYK Percentages of Color #7a77fb

%51
%53
%0
%2

Triadic Colors of #7a77fb

#7a77fb #fb7a77 #77fb7a

Analogous Colors of #7a77fb

#7a77fb #bc77fb #77b6fb

Monochromatic Colors of #7a77fb

#7a77fb

Complementary Color

#7a77fb #f8fb77

#7a77fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a77fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a77fb Color CSS Codes

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

#7a77fb Text Font Color

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

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


#7a77fb Background Color

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

This div background color is #7a77fb


#7a77fb Border Color

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

This div border color is #7a77fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a77fb


Comments

No comments written yet.

Please login to write comment.