Color Hex Logo

#771dfb Color Hex

#771DFB
(119,29,251)
0 Favorites   0 Comments

Color spaces of #771dfb

RGB 11929251
HSL0.730.970.55
HSV264°88°98°
CMYK 0.530.880.00   0.02
XYZ25.459711.765792.1959
Yxy11.76570.19670.0909
Hunter Lab34.301272.4628-135.3510
CIE-Lab40.841377.3053-91.2091

#771dfb color RGB value is (119,29,251).

#771dfb hex color red value is 119, green value is 29 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #771dfb hue: 0.73 , saturation: 0.97 and the lightness value of 771dfb is 0.55.

The process color (four color CMYK) of #771dfb color hex is 0.53, 0.88, 0.00, 0.02. Web safe color of #771dfb is #6633ff. Color #771dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 11111011
Octal 167 35 373
Decimal 119 29 251
Hex 77 1D FB

RGB Percentages of Color #771dfb

%29.82
%7.27
%62.91

CMYK Percentages of Color #771dfb

%53
%88
%0
%2

Triadic Colors of #771dfb

#771dfb #fb771d #1dfb77

Analogous Colors of #771dfb

#771dfb #e61dfb #1d32fb

Monochromatic Colors of #771dfb

#771dfb

Complementary Color

#771dfb #a1fb1d

#771dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#771dfb Color CSS Codes

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

#771dfb Text Font Color

<p style="color:#771dfb">Text here</p>

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


#771dfb Background Color

<div style="background-color:#771dfb">
Div content here</div>

This div background color is #771dfb


#771dfb Border Color

<div style="border:3px solid #771dfb">
Div here</div>

This div border color is #771dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771dfb


Comments

No comments written yet.

Please login to write comment.