Color Hex Logo

#773ada Color Hex

#773ADA
(119,58,218)
0 Favorites   0 Comments

Color spaces of #773ada

RGB 11958218
HSL0.730.680.54
HSV263°73°85°
CMYK 0.450.730.00   0.15
XYZ21.775712.010067.5001
Yxy12.01000.21500.1186
Hunter Lab34.655451.5132-91.2232
CIE-Lab41.232059.2585-71.8583

#773ada color RGB value is (119,58,218).

#773ada hex color red value is 119, green value is 58 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #773ada hue: 0.73 , saturation: 0.68 and the lightness value of 773ada is 0.54.

The process color (four color CMYK) of #773ada color hex is 0.45, 0.73, 0.00, 0.15. Web safe color of #773ada is #6633cc. Color #773ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111010 11011010
Octal 167 72 332
Decimal 119 58 218
Hex 77 3A DA

RGB Percentages of Color #773ada

%30.13
%14.68
%55.19

CMYK Percentages of Color #773ada

%45
%73
%0
%15

Triadic Colors of #773ada

#773ada #da773a #3ada77

Analogous Colors of #773ada

#773ada #c73ada #3a4dda

Monochromatic Colors of #773ada

#773ada

Complementary Color

#773ada #9dda3a

#773ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#773ada Color CSS Codes

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

#773ada Text Font Color

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

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


#773ada Background Color

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

This div background color is #773ada


#773ada Border Color

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

This div border color is #773ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773ada


Comments

No comments written yet.

Please login to write comment.