Color Hex Logo

#772481 Color Hex

#772481
(119,36,129)
0 Favorites   0 Comments

Color spaces of #772481

RGB 11936129
HSL0.820.560.32
HSV294°72°51°
CMYK 0.080.720.00   0.49
XYZ12.20116.768721.4323
Yxy6.76870.30200.1675
Hunter Lab26.016738.1821-30.6308
CIE-Lab31.274448.4571-34.8334

#772481 color RGB value is (119,36,129).

#772481 hex color red value is 119, green value is 36 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #772481 hue: 0.82 , saturation: 0.56 and the lightness value of 772481 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100100 10000001
Octal 167 44 201
Decimal 119 36 129
Hex 77 24 81

RGB Percentages of Color #772481

%41.90
%12.68
%45.42

CMYK Percentages of Color #772481

%8
%72
%0
%49

Triadic Colors of #772481

#772481 #817724 #248177

Analogous Colors of #772481

#772481 #81245c #492481

Monochromatic Colors of #772481

#772481

Complementary Color

#772481 #2e8124

#772481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772481 Color CSS Codes

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

#772481 Text Font Color

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

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


#772481 Background Color

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

This div background color is #772481


#772481 Border Color

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

This div border color is #772481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772481


Comments

No comments written yet.

Please login to write comment.