Color Hex Logo

#770caf Color Hex

#770CAF
(119,12,175)
0 Favorites   0 Comments

Color spaces of #770caf

RGB 11912175
HSL0.780.870.37
HSV279°93°69°
CMYK 0.320.930.00   0.31
XYZ15.47717.280041.1469
Yxy7.28000.24220.1139
Hunter Lab26.981555.1735-71.5305
CIE-Lab32.436064.2604-61.0854

#770caf color RGB value is (119,12,175).

#770caf hex color red value is 119, green value is 12 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #770caf hue: 0.78 , saturation: 0.87 and the lightness value of 770caf is 0.37.

The process color (four color CMYK) of #770caf color hex is 0.32, 0.93, 0.00, 0.31. Web safe color of #770caf is #660099. Color #770caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001100 10101111
Octal 167 14 257
Decimal 119 12 175
Hex 77 C AF

RGB Percentages of Color #770caf

%38.89
%3.92
%57.19

CMYK Percentages of Color #770caf

%32
%93
%0
%31

Triadic Colors of #770caf

#770caf #af770c #0caf77

Analogous Colors of #770caf

#770caf #af0c96 #260caf

Monochromatic Colors of #770caf

#770caf

Complementary Color

#770caf #44af0c

#770caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#770caf Color CSS Codes

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

#770caf Text Font Color

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

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


#770caf Background Color

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

This div background color is #770caf


#770caf Border Color

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

This div border color is #770caf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770caf


Comments

No comments written yet.

Please login to write comment.