Color Hex Logo

#770ece Color Hex

#770ECE
(119,14,206)
0 Favorites   0 Comments

Color spaces of #770ece

RGB 11914206
HSL0.760.870.43
HSV273°93°81°
CMYK 0.420.930.00   0.19
XYZ18.90548.692259.0739
Yxy8.69220.21810.1003
Hunter Lab29.482562.8670-98.1611
CIE-Lab35.384870.3814-74.5260

#770ece color RGB value is (119,14,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001110 11001110
Octal 167 16 316
Decimal 119 14 206
Hex 77 E CE

RGB Percentages of Color #770ece

%35.10
%4.13
%60.77

CMYK Percentages of Color #770ece

%42
%93
%0
%19

Triadic Colors of #770ece

#770ece #ce770e #0ece77

Analogous Colors of #770ece

#770ece #ce0ec5 #170ece

Monochromatic Colors of #770ece

#770ece

Complementary Color

#770ece #65ce0e

#770ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#770ece Color CSS Codes

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

#770ece Text Font Color

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

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


#770ece Background Color

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

This div background color is #770ece


#770ece Border Color

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

This div border color is #770ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770ece


Comments

No comments written yet.

Please login to write comment.