Color Hex Logo

#772698 Color Hex

#772698
(119,38,152)
0 Favorites   0 Comments

Color spaces of #772698

RGB 11938152
HSL0.790.600.37
HSV283°75°60°
CMYK 0.220.750.00   0.40
XYZ13.96847.575230.4317
Yxy7.57520.26880.1457
Hunter Lab27.523142.4262-46.2896
CIE-Lab33.082052.2990-46.1389

#772698 color RGB value is (119,38,152).

#772698 hex color red value is 119, green value is 38 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #772698 hue: 0.79 , saturation: 0.60 and the lightness value of 772698 is 0.37.

The process color (four color CMYK) of #772698 color hex is 0.22, 0.75, 0.00, 0.40. Web safe color of #772698 is #663399. Color #772698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100110 10011000
Octal 167 46 230
Decimal 119 38 152
Hex 77 26 98

RGB Percentages of Color #772698

%38.51
%12.30
%49.19

CMYK Percentages of Color #772698

%22
%75
%0
%40

Triadic Colors of #772698

#772698 #987726 #269877

Analogous Colors of #772698

#772698 #982680 #3e2698

Monochromatic Colors of #772698

#772698

Complementary Color

#772698 #479826

#772698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772698 Color CSS Codes

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

#772698 Text Font Color

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

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


#772698 Background Color

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

This div background color is #772698


#772698 Border Color

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

This div border color is #772698


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,38,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772698; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772698;
  -webkit-box-shadow: 1px 1px 3px 2px #772698;
  box-shadow:         1px 1px 3px 2px #772698; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772698


Comments

No comments written yet.

Please login to write comment.