Color Hex Logo

#771dbe Color Hex

#771DBE
(119,29,190)
0 Favorites   0 Comments

Color spaces of #771dbe

RGB 11929190
HSL0.760.740.43
HSV274°85°75°
CMYK 0.370.850.00   0.25
XYZ17.34148.518449.4454
Yxy8.51840.23030.1131
Hunter Lab29.186354.9820-80.0146
CIE-Lab35.040063.5863-65.7276

#771dbe color RGB value is (119,29,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 10111110
Octal 167 35 276
Decimal 119 29 190
Hex 77 1D BE

RGB Percentages of Color #771dbe

%35.21
%8.58
%56.21

CMYK Percentages of Color #771dbe

%37
%85
%0
%25

Triadic Colors of #771dbe

#771dbe #be771d #1dbe77

Analogous Colors of #771dbe

#771dbe #be1db5 #271dbe

Monochromatic Colors of #771dbe

#771dbe

Complementary Color

#771dbe #64be1d

#771dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#771dbe Color CSS Codes

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

#771dbe Text Font Color

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

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


#771dbe Background Color

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

This div background color is #771dbe


#771dbe Border Color

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

This div border color is #771dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771dbe


Comments

No comments written yet.

Please login to write comment.