Color Hex Logo

#770ddf Color Hex

#770DDF
(119,13,223)
0 Favorites   0 Comments

Color spaces of #770ddf

RGB 11913223
HSL0.750.890.46
HSV270°94°87°
CMYK 0.470.940.00   0.13
XYZ21.07109.537570.5424
Yxy9.53750.20830.0943
Hunter Lab30.882867.7435-113.8119
CIE-Lab36.999274.1667-81.6807

#770ddf color RGB value is (119,13,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001101 11011111
Octal 167 15 337
Decimal 119 13 223
Hex 77 D DF

RGB Percentages of Color #770ddf

%33.52
%3.66
%62.82

CMYK Percentages of Color #770ddf

%47
%94
%0
%13

Triadic Colors of #770ddf

#770ddf #df770d #0ddf77

Analogous Colors of #770ddf

#770ddf #df0dde #0e0ddf

Monochromatic Colors of #770ddf

#770ddf

Complementary Color

#770ddf #75df0d

#770ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ddf Color CSS Codes

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

#770ddf Text Font Color

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

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


#770ddf Background Color

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

This div background color is #770ddf


#770ddf Border Color

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

This div border color is #770ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ddf


Comments

No comments written yet.

Please login to write comment.