Color Hex Logo

#770af5 Color Hex

#770AF5
(119,10,245)
0 Favorites   0 Comments

Color spaces of #770af5

RGB 11910245
HSL0.740.920.50
HSV268°96°96°
CMYK 0.510.960.00   0.04
XYZ24.197710.731687.1822
Yxy10.73160.19820.0879
Hunter Lab32.759174.5215-134.8577
CIE-Lab39.124779.2885-90.6748

#770af5 color RGB value is (119,10,245).

#770af5 hex color red value is 119, green value is 10 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #770af5 hue: 0.74 , saturation: 0.92 and the lightness value of 770af5 is 0.50.

The process color (four color CMYK) of #770af5 color hex is 0.51, 0.96, 0.00, 0.04. Web safe color of #770af5 is #6600ff. Color #770af5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00001010 11110101
Octal 167 12 365
Decimal 119 10 245
Hex 77 A F5

RGB Percentages of Color #770af5

%31.82
%2.67
%65.51

CMYK Percentages of Color #770af5

%51
%96
%0
%4

Triadic Colors of #770af5

#770af5 #f5770a #0af577

Analogous Colors of #770af5

#770af5 #ed0af5 #0a13f5

Monochromatic Colors of #770af5

#770af5

Complementary Color

#770af5 #88f50a

#770af5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#770af5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#770af5 Color CSS Codes

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

#770af5 Text Font Color

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

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


#770af5 Background Color

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

This div background color is #770af5


#770af5 Border Color

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

This div border color is #770af5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #770af5


Comments

No comments written yet.

Please login to write comment.