Color Hex Logo

#770edc Color Hex

#770EDC
(119,14,220)
0 Favorites   0 Comments

Color spaces of #770edc

RGB 11914220
HSL0.750.880.46
HSV271°94°86°
CMYK 0.460.940.00   0.14
XYZ20.68319.403368.4350
Yxy9.40330.20990.0954
Hunter Lab30.664866.7331-110.8528
CIE-Lab36.749573.3748-80.3705

#770edc color RGB value is (119,14,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001110 11011100
Octal 167 16 334
Decimal 119 14 220
Hex 77 E DC

RGB Percentages of Color #770edc

%33.71
%3.97
%62.32

CMYK Percentages of Color #770edc

%46
%94
%0
%14

Triadic Colors of #770edc

#770edc #dc770e #0edc77

Analogous Colors of #770edc

#770edc #dc0eda #100edc

Monochromatic Colors of #770edc

#770edc

Complementary Color

#770edc #73dc0e

#770edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#770edc Color CSS Codes

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

#770edc Text Font Color

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

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


#770edc Background Color

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

This div background color is #770edc


#770edc Border Color

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

This div border color is #770edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770edc


Comments

No comments written yet.

Please login to write comment.