Color Hex Logo

#770fce Color Hex

#770FCE
(119,15,206)
0 Favorites   0 Comments

Color spaces of #770fce

RGB 11915206
HSL0.760.860.43
HSV273°93°81°
CMYK 0.420.930.00   0.19
XYZ18.91928.719859.0785
Yxy8.71980.21820.1006
Hunter Lab29.529362.6873-97.9494
CIE-Lab35.439170.2182-74.4366

#770fce color RGB value is (119,15,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001111 11001110
Octal 167 17 316
Decimal 119 15 206
Hex 77 F CE

RGB Percentages of Color #770fce

%35.00
%4.41
%60.59

CMYK Percentages of Color #770fce

%42
%93
%0
%19

Triadic Colors of #770fce

#770fce #ce770f #0fce77

Analogous Colors of #770fce

#770fce #ce0fc6 #170fce

Monochromatic Colors of #770fce

#770fce

Complementary Color

#770fce #66ce0f

#770fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#770fce Color CSS Codes

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

#770fce Text Font Color

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

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


#770fce Background Color

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

This div background color is #770fce


#770fce Border Color

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

This div border color is #770fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770fce


Comments

No comments written yet.

Please login to write comment.