Color Hex Logo

#771edc Color Hex

#771EDC
(119,30,220)
0 Favorites   0 Comments

Color spaces of #771edc

RGB 11930220
HSL0.740.760.49
HSV268°86°86°
CMYK 0.460.860.00   0.14
XYZ20.990310.017868.5375
Yxy10.01780.21090.1006
Hunter Lab31.650962.9888-106.2321
CIE-Lab37.874470.0077-78.5166

#771edc color RGB value is (119,30,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00011110 11011100
Octal 167 36 334
Decimal 119 30 220
Hex 77 1E DC

RGB Percentages of Color #771edc

%32.25
%8.13
%59.62

CMYK Percentages of Color #771edc

%46
%86
%0
%14

Triadic Colors of #771edc

#771edc #dc771e #1edc77

Analogous Colors of #771edc

#771edc #d61edc #1e24dc

Monochromatic Colors of #771edc

#771edc

Complementary Color

#771edc #83dc1e

#771edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#771edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#771edc Color CSS Codes

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

#771edc Text Font Color

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

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


#771edc Background Color

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

This div background color is #771edc


#771edc Border Color

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

This div border color is #771edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #771edc


Comments

No comments written yet.

Please login to write comment.