Color Hex Logo

#767afb Color Hex

#767AFB
(118,122,251)
0 Favorites   0 Comments

Color spaces of #767afb

RGB 118122251
HSL0.660.940.72
HSV238°53°98°
CMYK 0.530.510.00   0.02
XYZ31.843324.735794.3629
Yxy24.73570.21100.1639
Hunter Lab49.735027.2501-77.6772
CIE-Lab56.817033.4004-65.1358

#767afb color RGB value is (118,122,251).

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

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

Base Numbers

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

RGB Percentages of Color #767afb

%24.03
%24.85
%51.12

CMYK Percentages of Color #767afb

%53
%51
%0
%2

Triadic Colors of #767afb

#767afb #fb767a #7afb76

Analogous Colors of #767afb

#767afb #b576fb #76bdfb

Monochromatic Colors of #767afb

#767afb

Complementary Color

#767afb #fbf776

#767afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767afb Color CSS Codes

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

#767afb Text Font Color

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

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


#767afb Background Color

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

This div background color is #767afb


#767afb Border Color

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

This div border color is #767afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767afb

Related Colors


Comments

No comments written yet.

Please login to write comment.