Color Hex Logo

#767bff Color Hex

#767BFF
(118,123,255)
0 Favorites   0 Comments

Color spaces of #767bff

RGB 118123255
HSL0.661.000.73
HSV238°54°100°
CMYK 0.540.520.00   0.00
XYZ32.604225.237597.7606
Yxy25.23750.20950.1622
Hunter Lab50.236927.9334-80.2119
CIE-Lab57.306134.0365-66.5542

#767bff color RGB value is (118,123,255).

#767bff hex color red value is 118, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #767bff hue: 0.66 , saturation: 1.00 and the lightness value of 767bff is 0.73.

The process color (four color CMYK) of #767bff color hex is 0.54, 0.52, 0.00, 0.00. Web safe color of #767bff is #6666ff. Color #767bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111011 11111111
Octal 166 173 377
Decimal 118 123 255
Hex 76 7B FF

RGB Percentages of Color #767bff

%23.79
%24.80
%51.41

CMYK Percentages of Color #767bff

%54
%52
%0
%0

Triadic Colors of #767bff

#767bff #ff767b #7bff76

Analogous Colors of #767bff

#767bff #b676ff #76c0ff

Monochromatic Colors of #767bff

#767bff

Complementary Color

#767bff #fffa76

#767bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#767bff Color CSS Codes

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

#767bff Text Font Color

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

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


#767bff Background Color

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

This div background color is #767bff


#767bff Border Color

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

This div border color is #767bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767bff

Related Colors


Comments

No comments written yet.

Please login to write comment.