Color Hex Logo

#773dab Color Hex

#773DAB
(119,61,171)
0 Favorites   0 Comments

Color spaces of #773dab

RGB 11961171
HSL0.750.470.45
HSV272°64°67°
CMYK 0.300.640.00   0.33
XYZ16.627210.199739.6205
Yxy10.19970.25020.1535
Hunter Lab31.937037.0420-51.1984
CIE-Lab38.198546.0243-49.3396

#773dab color RGB value is (119,61,171).

#773dab hex color red value is 119, green value is 61 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #773dab hue: 0.75 , saturation: 0.47 and the lightness value of 773dab is 0.45.

The process color (four color CMYK) of #773dab color hex is 0.30, 0.64, 0.00, 0.33. Web safe color of #773dab is #663399. Color #773dab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111101 10101011
Octal 167 75 253
Decimal 119 61 171
Hex 77 3D AB

RGB Percentages of Color #773dab

%33.90
%17.38
%48.72

CMYK Percentages of Color #773dab

%30
%64
%0
%33

Triadic Colors of #773dab

#773dab #ab773d #3dab77

Analogous Colors of #773dab

#773dab #ab3da8 #403dab

Monochromatic Colors of #773dab

#773dab

Complementary Color

#773dab #71ab3d

#773dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#773dab Color CSS Codes

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

#773dab Text Font Color

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

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


#773dab Background Color

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

This div background color is #773dab


#773dab Border Color

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

This div border color is #773dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773dab


Comments

No comments written yet.

Please login to write comment.