Color Hex Logo

#772982 Color Hex

#772982
(119,41,130)
0 Favorites   0 Comments

Color spaces of #772982

RGB 11941130
HSL0.810.520.34
HSV293°68°51°
CMYK 0.080.680.00   0.49
XYZ12.43007.119521.8382
Yxy7.11950.30030.1720
Hunter Lab26.682436.4601-29.8482
CIE-Lab32.077446.5635-34.1788

#772982 color RGB value is (119,41,130).

#772982 hex color red value is 119, green value is 41 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #772982 hue: 0.81 , saturation: 0.52 and the lightness value of 772982 is 0.34.

The process color (four color CMYK) of #772982 color hex is 0.08, 0.68, 0.00, 0.49. Web safe color of #772982 is #663399. Color #772982 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101001 10000010
Octal 167 51 202
Decimal 119 41 130
Hex 77 29 82

RGB Percentages of Color #772982

%41.03
%14.14
%44.83

CMYK Percentages of Color #772982

%8
%68
%0
%49

Triadic Colors of #772982

#772982 #827729 #298277

Analogous Colors of #772982

#772982 #822961 #4b2982

Monochromatic Colors of #772982

#772982

Complementary Color

#772982 #348229

#772982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772982 Color CSS Codes

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

#772982 Text Font Color

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

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


#772982 Background Color

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

This div background color is #772982


#772982 Border Color

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

This div border color is #772982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772982


Comments

No comments written yet.

Please login to write comment.