Color Hex Logo

#771dcd Color Hex

#771DCD
(119,29,205)
0 Favorites   0 Comments

Color spaces of #771dcd

RGB 11929205
HSL0.750.750.46
HSV271°86°80°
CMYK 0.420.860.00   0.20
XYZ19.06669.208458.5301
Yxy9.20840.21960.1061
Hunter Lab30.345359.0508-93.1168
CIE-Lab36.382566.9082-72.3038

#771dcd color RGB value is (119,29,205).

#771dcd hex color red value is 119, green value is 29 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #771dcd hue: 0.75 , saturation: 0.75 and the lightness value of 771dcd is 0.46.

The process color (four color CMYK) of #771dcd color hex is 0.42, 0.86, 0.00, 0.20. Web safe color of #771dcd is #6633cc. Color #771dcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 11001101
Octal 167 35 315
Decimal 119 29 205
Hex 77 1D CD

RGB Percentages of Color #771dcd

%33.71
%8.22
%58.07

CMYK Percentages of Color #771dcd

%42
%86
%0
%20

Triadic Colors of #771dcd

#771dcd #cd771d #1dcd77

Analogous Colors of #771dcd

#771dcd #cd1dcb #1f1dcd

Monochromatic Colors of #771dcd

#771dcd

Complementary Color

#771dcd #73cd1d

#771dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#771dcd Color CSS Codes

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

#771dcd Text Font Color

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

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


#771dcd Background Color

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

This div background color is #771dcd


#771dcd Border Color

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

This div border color is #771dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771dcd


Comments

No comments written yet.

Please login to write comment.