Color Hex Logo

#771ddb Color Hex

#771DDB
(119,29,219)
0 Favorites   0 Comments

Color spaces of #771ddb

RGB 11929219
HSL0.750.770.49
HSV268°87°86°
CMYK 0.460.870.00   0.14
XYZ20.83339.915167.8336
Yxy9.91510.21130.1006
Hunter Lab31.488362.9950-105.6838
CIE-Lab37.689670.0486-78.2463

#771ddb color RGB value is (119,29,219).

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

The process color (four color CMYK) of #771ddb color hex is 0.46, 0.87, 0.00, 0.14. Web safe color of #771ddb is #6633cc. Color #771ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 11011011
Octal 167 35 333
Decimal 119 29 219
Hex 77 1D DB

RGB Percentages of Color #771ddb

%32.43
%7.90
%59.67

CMYK Percentages of Color #771ddb

%46
%87
%0
%14

Triadic Colors of #771ddb

#771ddb #db771d #1ddb77

Analogous Colors of #771ddb

#771ddb #d61ddb #1d22db

Monochromatic Colors of #771ddb

#771ddb

Complementary Color

#771ddb #81db1d

#771ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ddb Color CSS Codes

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

#771ddb Text Font Color

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

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


#771ddb Background Color

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

This div background color is #771ddb


#771ddb Border Color

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

This div border color is #771ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ddb


Comments

No comments written yet.

Please login to write comment.