Color Hex Logo

#767ffb Color Hex

#767FFB
(118,127,251)
0 Favorites   0 Comments

Color spaces of #767ffb

RGB 118127251
HSL0.660.940.72
HSV236°53°98°
CMYK 0.530.490.00   0.02
XYZ32.473225.995394.5729
Yxy25.99530.21220.1699
Hunter Lab50.985624.4636-74.2868
CIE-Lab58.032630.4356-63.1813

#767ffb color RGB value is (118,127,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111111 11111011
Octal 166 177 373
Decimal 118 127 251
Hex 76 7F FB

RGB Percentages of Color #767ffb

%23.79
%25.60
%50.60

CMYK Percentages of Color #767ffb

%53
%49
%0
%2

Triadic Colors of #767ffb

#767ffb #fb767f #7ffb76

Analogous Colors of #767ffb

#767ffb #b076fb #76c2fb

Monochromatic Colors of #767ffb

#767ffb

Complementary Color

#767ffb #fbf276

#767ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767ffb Color CSS Codes

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

#767ffb Text Font Color

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

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


#767ffb Background Color

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

This div background color is #767ffb


#767ffb Border Color

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

This div border color is #767ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767ffb


Comments

No comments written yet.

Please login to write comment.