Color Hex Logo

#770ddd Color Hex

#770DDD
(119,13,221)
0 Favorites   0 Comments

Color spaces of #770ddd

RGB 11913221
HSL0.750.890.46
HSV271°94°87°
CMYK 0.460.940.00   0.13
XYZ20.80289.430269.1304
Yxy9.43020.20940.0949
Hunter Lab30.708667.1803-111.9759
CIE-Lab36.799773.7372-80.8622

#770ddd color RGB value is (119,13,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001101 11011101
Octal 167 15 335
Decimal 119 13 221
Hex 77 D DD

RGB Percentages of Color #770ddd

%33.71
%3.68
%62.61

CMYK Percentages of Color #770ddd

%46
%94
%0
%13

Triadic Colors of #770ddd

#770ddd #dd770d #0ddd77

Analogous Colors of #770ddd

#770ddd #dd0ddb #0f0ddd

Monochromatic Colors of #770ddd

#770ddd

Complementary Color

#770ddd #73dd0d

#770ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ddd Color CSS Codes

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

#770ddd Text Font Color

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

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


#770ddd Background Color

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

This div background color is #770ddd


#770ddd Border Color

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

This div border color is #770ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ddd


Comments

No comments written yet.

Please login to write comment.