Color Hex Logo

#772ada Color Hex

#772ADA
(119,42,218)
0 Favorites   0 Comments

Color spaces of #772ada

RGB 11942218
HSL0.740.700.51
HSV266°81°85°
CMYK 0.450.810.00   0.15
XYZ21.090610.639867.2718
Yxy10.63980.21300.1075
Hunter Lab32.618758.3318-99.4447
CIE-Lab38.967165.7784-75.5709

#772ada color RGB value is (119,42,218).

#772ada hex color red value is 119, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #772ada hue: 0.74 , saturation: 0.70 and the lightness value of 772ada is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101010 11011010
Octal 167 52 332
Decimal 119 42 218
Hex 77 2A DA

RGB Percentages of Color #772ada

%31.40
%11.08
%57.52

CMYK Percentages of Color #772ada

%45
%81
%0
%15

Triadic Colors of #772ada

#772ada #da772a #2ada77

Analogous Colors of #772ada

#772ada #cf2ada #2a35da

Monochromatic Colors of #772ada

#772ada

Complementary Color

#772ada #8dda2a

#772ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#772ada Color CSS Codes

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

#772ada Text Font Color

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

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


#772ada Background Color

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

This div background color is #772ada


#772ada Border Color

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

This div border color is #772ada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,42,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 #772ada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772ada


Comments

No comments written yet.

Please login to write comment.