Color Hex Logo

#773abf Color Hex

#773ABF
(119,58,191)
0 Favorites   0 Comments

Color spaces of #773abf

RGB 11958191
HSL0.740.530.49
HSV268°70°75°
CMYK 0.380.700.00   0.25
XYZ18.524810.709650.3810
Yxy10.70960.23270.1345
Hunter Lab32.725543.7731-68.3692
CIE-Lab39.087052.4517-59.7136

#773abf color RGB value is (119,58,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111010 10111111
Octal 167 72 277
Decimal 119 58 191
Hex 77 3A BF

RGB Percentages of Color #773abf

%32.34
%15.76
%51.90

CMYK Percentages of Color #773abf

%38
%70
%0
%25

Triadic Colors of #773abf

#773abf #bf773a #3abf77

Analogous Colors of #773abf

#773abf #ba3abf #3a3fbf

Monochromatic Colors of #773abf

#773abf

Complementary Color

#773abf #82bf3a

#773abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#773abf Color CSS Codes

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

#773abf Text Font Color

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

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


#773abf Background Color

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

This div background color is #773abf


#773abf Border Color

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

This div border color is #773abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773abf


Comments

No comments written yet.

Please login to write comment.