Color Hex Logo

#770ecf Color Hex

#770ECF
(119,14,207)
0 Favorites   0 Comments

Color spaces of #770ecf

RGB 11914207
HSL0.760.870.43
HSV273°93°81°
CMYK 0.430.930.00   0.19
XYZ19.02738.741059.7158
Yxy8.74100.21750.0999
Hunter Lab29.565263.1384-99.0584
CIE-Lab35.480870.5937-74.9492

#770ecf color RGB value is (119,14,207).

#770ecf hex color red value is 119, green value is 14 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #770ecf hue: 0.76 , saturation: 0.87 and the lightness value of 770ecf is 0.43.

The process color (four color CMYK) of #770ecf color hex is 0.43, 0.93, 0.00, 0.19. Web safe color of #770ecf is #6600cc. Color #770ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001110 11001111
Octal 167 16 317
Decimal 119 14 207
Hex 77 E CF

RGB Percentages of Color #770ecf

%35.00
%4.12
%60.88

CMYK Percentages of Color #770ecf

%43
%93
%0
%19

Triadic Colors of #770ecf

#770ecf #cf770e #0ecf77

Analogous Colors of #770ecf

#770ecf #cf0ec7 #170ecf

Monochromatic Colors of #770ecf

#770ecf

Complementary Color

#770ecf #66cf0e

#770ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ecf Color CSS Codes

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

#770ecf Text Font Color

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

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


#770ecf Background Color

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

This div background color is #770ecf


#770ecf Border Color

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

This div border color is #770ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ecf


Comments

No comments written yet.

Please login to write comment.