Color Hex Logo

#770acf Color Hex

#770ACF
(119,10,207)
0 Favorites   0 Comments

Color spaces of #770acf

RGB 11910207
HSL0.760.910.43
HSV273°95°81°
CMYK 0.430.950.00   0.19
XYZ18.97888.644059.6997
Yxy8.64400.21730.0990
Hunter Lab29.400763.7746-99.8111
CIE-Lab35.289671.1688-75.2641

#770acf color RGB value is (119,10,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001010 11001111
Octal 167 12 317
Decimal 119 10 207
Hex 77 A CF

RGB Percentages of Color #770acf

%35.42
%2.98
%61.61

CMYK Percentages of Color #770acf

%43
%95
%0
%19

Triadic Colors of #770acf

#770acf #cf770a #0acf77

Analogous Colors of #770acf

#770acf #cf0ac5 #150acf

Monochromatic Colors of #770acf

#770acf

Complementary Color

#770acf #62cf0a

#770acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770acf Color CSS Codes

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

#770acf Text Font Color

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

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


#770acf Background Color

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

This div background color is #770acf


#770acf Border Color

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

This div border color is #770acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770acf


Comments

No comments written yet.

Please login to write comment.