Color Hex Logo

#772ad1 Color Hex

#772AD1
(119,42,209)
0 Favorites   0 Comments

Color spaces of #772ad1

RGB 11942209
HSL0.740.670.49
HSV268°80°82°
CMYK 0.430.800.00   0.18
XYZ19.944310.181361.2356
Yxy10.18130.21830.1114
Hunter Lab31.908155.7328-91.4490
CIE-Lab38.165963.6452-71.6970

#772ad1 color RGB value is (119,42,209).

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

The process color (four color CMYK) of #772ad1 color hex is 0.43, 0.80, 0.00, 0.18. Web safe color of #772ad1 is #6633cc. Color #772ad1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101010 11010001
Octal 167 52 321
Decimal 119 42 209
Hex 77 2A D1

RGB Percentages of Color #772ad1

%32.16
%11.35
%56.49

CMYK Percentages of Color #772ad1

%43
%80
%0
%18

Triadic Colors of #772ad1

#772ad1 #d1772a #2ad177

Analogous Colors of #772ad1

#772ad1 #cb2ad1 #2a31d1

Monochromatic Colors of #772ad1

#772ad1

Complementary Color

#772ad1 #84d12a

#772ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772ad1 Color CSS Codes

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

#772ad1 Text Font Color

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

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


#772ad1 Background Color

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

This div background color is #772ad1


#772ad1 Border Color

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

This div border color is #772ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772ad1


Comments

No comments written yet.

Please login to write comment.