Color Hex Logo

#767aeb Color Hex

#767AEB
(118,122,235)
0 Favorites   0 Comments

Color spaces of #767aeb

RGB 118122235
HSL0.660.750.69
HSV238°50°92°
CMYK 0.500.480.00   0.08
XYZ29.426123.768881.6342
Yxy23.76880.21820.1763
Hunter Lab48.753322.4194-65.1500
CIE-Lab55.855628.5254-57.8023

#767aeb color RGB value is (118,122,235).

#767aeb hex color red value is 118, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #767aeb hue: 0.66 , saturation: 0.75 and the lightness value of 767aeb is 0.69.

The process color (four color CMYK) of #767aeb color hex is 0.50, 0.48, 0.00, 0.08. Web safe color of #767aeb is #6666ff. Color #767aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111010 11101011
Octal 166 172 353
Decimal 118 122 235
Hex 76 7A EB

RGB Percentages of Color #767aeb

%24.84
%25.68
%49.47

CMYK Percentages of Color #767aeb

%50
%48
%0
%8

Triadic Colors of #767aeb

#767aeb #eb767a #7aeb76

Analogous Colors of #767aeb

#767aeb #ad76eb #76b5eb

Monochromatic Colors of #767aeb

#767aeb

Complementary Color

#767aeb #ebe776

#767aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767aeb Color CSS Codes

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

#767aeb Text Font Color

<p style="color:#767aeb">Text here</p>

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


#767aeb Background Color

<div style="background-color:#767aeb">
Div content here</div>

This div background color is #767aeb


#767aeb Border Color

<div style="border:3px solid #767aeb">
Div here</div>

This div border color is #767aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767aeb


Comments

No comments written yet.

Please login to write comment.