Color Hex Logo

#771dce Color Hex

#771DCE
(119,29,206)
0 Favorites   0 Comments

Color spaces of #771dce

RGB 11929206
HSL0.750.750.46
HSV271°86°81°
CMYK 0.420.860.00   0.19
XYZ19.18779.256959.1680
Yxy9.25690.21900.1057
Hunter Lab30.425259.3275-94.0041
CIE-Lab36.474367.1309-72.7342

#771dce color RGB value is (119,29,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 11001110
Octal 167 35 316
Decimal 119 29 206
Hex 77 1D CE

RGB Percentages of Color #771dce

%33.62
%8.19
%58.19

CMYK Percentages of Color #771dce

%42
%86
%0
%19

Triadic Colors of #771dce

#771dce #ce771d #1dce77

Analogous Colors of #771dce

#771dce #ce1dcd #1e1dce

Monochromatic Colors of #771dce

#771dce

Complementary Color

#771dce #74ce1d

#771dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#771dce Color CSS Codes

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

#771dce Text Font Color

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

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


#771dce Background Color

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

This div background color is #771dce


#771dce Border Color

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

This div border color is #771dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771dce


Comments

No comments written yet.

Please login to write comment.