Color Hex Logo

#767bfb Color Hex

#767BFB
(118,123,251)
0 Favorites   0 Comments

Color spaces of #767bfb

RGB 118123251
HSL0.660.940.72
HSV238°53°98°
CMYK 0.530.510.00   0.02
XYZ31.966824.982594.4041
Yxy24.98250.21120.1651
Hunter Lab49.982526.6921-76.9958
CIE-Lab57.058432.8084-64.7474

#767bfb color RGB value is (118,123,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01111011 11111011
Octal 166 173 373
Decimal 118 123 251
Hex 76 7B FB

RGB Percentages of Color #767bfb

%23.98
%25.00
%51.02

CMYK Percentages of Color #767bfb

%53
%51
%0
%2

Triadic Colors of #767bfb

#767bfb #fb767b #7bfb76

Analogous Colors of #767bfb

#767bfb #b476fb #76befb

Monochromatic Colors of #767bfb

#767bfb

Complementary Color

#767bfb #fbf676

#767bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#767bfb Color CSS Codes

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

#767bfb Text Font Color

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

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


#767bfb Background Color

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

This div background color is #767bfb


#767bfb Border Color

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

This div border color is #767bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767bfb


Comments

No comments written yet.

Please login to write comment.