Color Hex Logo

#773ee2 Color Hex

#773EE2
(119,62,226)
0 Favorites   0 Comments

Color spaces of #773ee2

RGB 11962226
HSL0.720.740.56
HSV261°73°89°
CMYK 0.470.730.00   0.11
XYZ23.057812.858273.2181
Yxy12.85820.21130.1178
Hunter Lab35.858352.0279-95.9617
CIE-Lab42.548859.4730-74.2734

#773ee2 color RGB value is (119,62,226).

#773ee2 hex color red value is 119, green value is 62 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #773ee2 hue: 0.72 , saturation: 0.74 and the lightness value of 773ee2 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111110 11100010
Octal 167 76 342
Decimal 119 62 226
Hex 77 3E E2

RGB Percentages of Color #773ee2

%29.24
%15.23
%55.53

CMYK Percentages of Color #773ee2

%47
%73
%0
%11

Triadic Colors of #773ee2

#773ee2 #e2773e #3ee277

Analogous Colors of #773ee2

#773ee2 #c93ee2 #3e57e2

Monochromatic Colors of #773ee2

#773ee2

Complementary Color

#773ee2 #a9e23e

#773ee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773ee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773ee2 Color CSS Codes

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

#773ee2 Text Font Color

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

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


#773ee2 Background Color

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

This div background color is #773ee2


#773ee2 Border Color

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

This div border color is #773ee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773ee2


Comments

No comments written yet.

Please login to write comment.