Color Hex Logo

#770ddc Color Hex

#770DDC
(119,13,220)
0 Favorites   0 Comments

Color spaces of #770ddc

RGB 11913220
HSL0.750.890.46
HSV271°94°86°
CMYK 0.460.940.00   0.14
XYZ20.66999.377168.4307
Yxy9.37710.20990.0952
Hunter Lab30.622166.8990-111.0592
CIE-Lab36.700473.5221-80.4515

#770ddc color RGB value is (119,13,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001101 11011100
Octal 167 15 334
Decimal 119 13 220
Hex 77 D DC

RGB Percentages of Color #770ddc

%33.81
%3.69
%62.50

CMYK Percentages of Color #770ddc

%46
%94
%0
%14

Triadic Colors of #770ddc

#770ddc #dc770d #0ddc77

Analogous Colors of #770ddc

#770ddc #dc0dda #0f0ddc

Monochromatic Colors of #770ddc

#770ddc

Complementary Color

#770ddc #72dc0d

#770ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ddc Color CSS Codes

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

#770ddc Text Font Color

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

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


#770ddc Background Color

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

This div background color is #770ddc


#770ddc Border Color

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

This div border color is #770ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ddc


Comments

No comments written yet.

Please login to write comment.