Color Hex Logo

#767fff Color Hex

#767FFF
(118,127,255)
0 Favorites   0 Comments

Color spaces of #767fff

RGB 118127255
HSL0.661.000.73
HSV236°54°100°
CMYK 0.540.500.00   0.00
XYZ33.110626.250397.9294
Yxy26.25030.21050.1669
Hunter Lab51.235025.6941-77.4609
CIE-Lab58.273931.6678-64.9966

#767fff color RGB value is (118,127,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 11111111
Octal 166 177 377
Decimal 118 127 255
Hex 76 7F FF

RGB Percentages of Color #767fff

%23.60
%25.40
%51.00

CMYK Percentages of Color #767fff

%54
%50
%0
%0

Triadic Colors of #767fff

#767fff #ff767f #7fff76

Analogous Colors of #767fff

#767fff #b276ff #76c4ff

Monochromatic Colors of #767fff

#767fff

Complementary Color

#767fff #fff676

#767fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#767fff Color CSS Codes

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

#767fff Text Font Color

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

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


#767fff Background Color

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

This div background color is #767fff


#767fff Border Color

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

This div border color is #767fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767fff


Comments

No comments written yet.

Please login to write comment.