Color Hex Logo

#770ddb Color Hex

#770DDB
(119,13,219)
0 Favorites   0 Comments

Color spaces of #770ddb

RGB 11913219
HSL0.750.890.45
HSV271°94°86°
CMYK 0.460.940.00   0.14
XYZ20.53799.324367.7351
Yxy9.32430.21040.0955
Hunter Lab30.535766.6191-110.1436
CIE-Lab36.601373.3079-80.0399

#770ddb color RGB value is (119,13,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001101 11011011
Octal 167 15 333
Decimal 119 13 219
Hex 77 D DB

RGB Percentages of Color #770ddb

%33.90
%3.70
%62.39

CMYK Percentages of Color #770ddb

%46
%94
%0
%14

Triadic Colors of #770ddb

#770ddb #db770d #0ddb77

Analogous Colors of #770ddb

#770ddb #db0dd8 #100ddb

Monochromatic Colors of #770ddb

#770ddb

Complementary Color

#770ddb #71db0d

#770ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ddb Color CSS Codes

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

#770ddb Text Font Color

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

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


#770ddb Background Color

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

This div background color is #770ddb


#770ddb Border Color

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

This div border color is #770ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,13,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 #770ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ddb


Comments

No comments written yet.

Please login to write comment.