Color Hex Logo

#770ffb Color Hex

#770FFB
(119,15,251)
0 Favorites   0 Comments

Color spaces of #770ffb

RGB 11915251
HSL0.740.970.52
HSV266°94°98°
CMYK 0.530.940.00   0.02
XYZ25.191211.228692.1064
Yxy11.22860.19600.0874
Hunter Lab33.509175.5503-139.5139
CIE-Lab39.962979.9546-92.6624

#770ffb color RGB value is (119,15,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 11111011
Octal 167 17 373
Decimal 119 15 251
Hex 77 F FB

RGB Percentages of Color #770ffb

%30.91
%3.90
%65.19

CMYK Percentages of Color #770ffb

%53
%94
%0
%2

Triadic Colors of #770ffb

#770ffb #fb770f #0ffb77

Analogous Colors of #770ffb

#770ffb #ed0ffb #0f1dfb

Monochromatic Colors of #770ffb

#770ffb

Complementary Color

#770ffb #93fb0f

#770ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ffb Color CSS Codes

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

#770ffb Text Font Color

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

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


#770ffb Background Color

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

This div background color is #770ffb


#770ffb Border Color

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

This div border color is #770ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ffb


Comments

No comments written yet.

Please login to write comment.