Color Hex Logo

#770bfb Color Hex

#770BFB
(119,11,251)
0 Favorites   0 Comments

Color spaces of #770bfb

RGB 11911251
HSL0.740.970.51
HSV267°96°98°
CMYK 0.530.960.00   0.02
XYZ25.140011.126392.0894
Yxy11.12630.19590.0867
Hunter Lab33.356176.1596-140.3383
CIE-Lab39.792480.4717-92.9447

#770bfb color RGB value is (119,11,251).

#770bfb hex color red value is 119, green value is 11 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #770bfb hue: 0.74 , saturation: 0.97 and the lightness value of 770bfb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001011 11111011
Octal 167 13 373
Decimal 119 11 251
Hex 77 B FB

RGB Percentages of Color #770bfb

%31.23
%2.89
%65.88

CMYK Percentages of Color #770bfb

%53
%96
%0
%2

Triadic Colors of #770bfb

#770bfb #fb770b #0bfb77

Analogous Colors of #770bfb

#770bfb #ef0bfb #0b17fb

Monochromatic Colors of #770bfb

#770bfb

Complementary Color

#770bfb #8ffb0b

#770bfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770bfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#770bfb Color CSS Codes

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

#770bfb Text Font Color

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

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


#770bfb Background Color

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

This div background color is #770bfb


#770bfb Border Color

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

This div border color is #770bfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770bfb


Comments

No comments written yet.

Please login to write comment.