Color Hex Logo

#771dbf Color Hex

#771DBF
(119,29,191)
0 Favorites   0 Comments

Color spaces of #771dbf

RGB 11929191
HSL0.760.740.43
HSV273°85°75°
CMYK 0.380.850.00   0.25
XYZ17.45118.562350.0231
Yxy8.56230.22950.1126
Hunter Lab29.261455.2475-80.8747
CIE-Lab35.127563.8057-66.1731

#771dbf color RGB value is (119,29,191).

#771dbf hex color red value is 119, green value is 29 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #771dbf hue: 0.76 , saturation: 0.74 and the lightness value of 771dbf is 0.43.

The process color (four color CMYK) of #771dbf color hex is 0.38, 0.85, 0.00, 0.25. Web safe color of #771dbf is #6633cc. Color #771dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 10111111
Octal 167 35 277
Decimal 119 29 191
Hex 77 1D BF

RGB Percentages of Color #771dbf

%35.10
%8.55
%56.34

CMYK Percentages of Color #771dbf

%38
%85
%0
%25

Triadic Colors of #771dbf

#771dbf #bf771d #1dbf77

Analogous Colors of #771dbf

#771dbf #bf1db6 #261dbf

Monochromatic Colors of #771dbf

#771dbf

Complementary Color

#771dbf #65bf1d

#771dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#771dbf Color CSS Codes

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

#771dbf Text Font Color

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

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


#771dbf Background Color

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

This div background color is #771dbf


#771dbf Border Color

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

This div border color is #771dbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,29,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #771dbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771dbf


Comments

No comments written yet.

Please login to write comment.