Color Hex Logo

#771dd5 Color Hex

#771DD5
(119,29,213)
0 Favorites   0 Comments

Color spaces of #771dd5

RGB 11929213
HSL0.750.760.47
HSV269°86°84°
CMYK 0.440.860.00   0.16
XYZ20.05749.604863.7476
Yxy9.60480.21470.1028
Hunter Lab30.991661.2877-100.2613
CIE-Lab37.123668.6984-75.7212

#771dd5 color RGB value is (119,29,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 11010101
Octal 167 35 325
Decimal 119 29 213
Hex 77 1D D5

RGB Percentages of Color #771dd5

%32.96
%8.03
%59.00

CMYK Percentages of Color #771dd5

%44
%86
%0
%16

Triadic Colors of #771dd5

#771dd5 #d5771d #1dd577

Analogous Colors of #771dd5

#771dd5 #d31dd5 #1d1fd5

Monochromatic Colors of #771dd5

#771dd5

Complementary Color

#771dd5 #7bd51d

#771dd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771dd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#771dd5 Color CSS Codes

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

#771dd5 Text Font Color

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

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


#771dd5 Background Color

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

This div background color is #771dd5


#771dd5 Border Color

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

This div border color is #771dd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771dd5

#771dd5 Color Palettes


Comments

No comments written yet.

Please login to write comment.