Color Hex Logo

#773abe Color Hex

#773ABE
(119,58,190)
0 Favorites   0 Comments

Color spaces of #773abe

RGB 11958190
HSL0.740.530.49
HSV268°69°75°
CMYK 0.370.690.00   0.25
XYZ18.415110.665849.8033
Yxy10.66580.23340.1352
Hunter Lab32.658543.4980-67.5545
CIE-Lab39.011852.2025-59.2497

#773abe color RGB value is (119,58,190).

#773abe hex color red value is 119, green value is 58 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #773abe hue: 0.74 , saturation: 0.53 and the lightness value of 773abe is 0.49.

The process color (four color CMYK) of #773abe color hex is 0.37, 0.69, 0.00, 0.25. Web safe color of #773abe is #6633cc. Color #773abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111010 10111110
Octal 167 72 276
Decimal 119 58 190
Hex 77 3A BE

RGB Percentages of Color #773abe

%32.43
%15.80
%51.77

CMYK Percentages of Color #773abe

%37
%69
%0
%25

Triadic Colors of #773abe

#773abe #be773a #3abe77

Analogous Colors of #773abe

#773abe #b93abe #3a3fbe

Monochromatic Colors of #773abe

#773abe

Complementary Color

#773abe #81be3a

#773abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#773abe Color CSS Codes

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

#773abe Text Font Color

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

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


#773abe Background Color

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

This div background color is #773abe


#773abe Border Color

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

This div border color is #773abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,58,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #773abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #773abe;
  -webkit-box-shadow: 1px 1px 3px 2px #773abe;
  box-shadow:         1px 1px 3px 2px #773abe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773abe


Comments

No comments written yet.

Please login to write comment.