Color Hex Logo

#770cfb Color Hex

#770CFB
(119,12,251)
0 Favorites   0 Comments

Color spaces of #770cfb

RGB 11912251
HSL0.740.970.52
HSV267°95°98°
CMYK 0.530.950.00   0.02
XYZ25.151811.149992.0933
Yxy11.14990.19590.0868
Hunter Lab33.391576.0183-140.1471
CIE-Lab39.831880.3520-92.8794

#770cfb color RGB value is (119,12,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001100 11111011
Octal 167 14 373
Decimal 119 12 251
Hex 77 C FB

RGB Percentages of Color #770cfb

%31.15
%3.14
%65.71

CMYK Percentages of Color #770cfb

%53
%95
%0
%2

Triadic Colors of #770cfb

#770cfb #fb770c #0cfb77

Analogous Colors of #770cfb

#770cfb #ef0cfb #0c19fb

Monochromatic Colors of #770cfb

#770cfb

Complementary Color

#770cfb #90fb0c

#770cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#770cfb Color CSS Codes

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

#770cfb Text Font Color

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

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


#770cfb Background Color

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

This div background color is #770cfb


#770cfb Border Color

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

This div border color is #770cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.