Color Hex Logo

#771ddc Color Hex

#771DDC
(119,29,220)
0 Favorites   0 Comments

Color spaces of #771ddc

RGB 11929220
HSL0.750.770.49
HSV268°87°86°
CMYK 0.460.870.00   0.14
XYZ20.96549.968068.5292
Yxy9.96800.21080.1002
Hunter Lab31.572163.2812-106.5920
CIE-Lab37.784970.2736-78.6638

#771ddc color RGB value is (119,29,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011101 11011100
Octal 167 35 334
Decimal 119 29 220
Hex 77 1D DC

RGB Percentages of Color #771ddc

%32.34
%7.88
%59.78

CMYK Percentages of Color #771ddc

%46
%87
%0
%14

Triadic Colors of #771ddc

#771ddc #dc771d #1ddc77

Analogous Colors of #771ddc

#771ddc #d71ddc #1d22dc

Monochromatic Colors of #771ddc

#771ddc

Complementary Color

#771ddc #82dc1d

#771ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#771ddc Color CSS Codes

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

#771ddc Text Font Color

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

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


#771ddc Background Color

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

This div background color is #771ddc


#771ddc Border Color

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

This div border color is #771ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771ddc


Comments

No comments written yet.

Please login to write comment.