Color Hex Logo

#773fea Color Hex

#773FEA
(119,63,234)
0 Favorites   0 Comments

Color spaces of #773fea

RGB 11963234
HSL0.720.800.58
HSV260°73°92°
CMYK 0.490.730.00   0.08
XYZ24.236513.417579.1543
Yxy13.41750.20750.1149
Hunter Lab36.629954.0038-102.4800
CIE-Lab43.385761.0913-77.4434

#773fea color RGB value is (119,63,234).

#773fea hex color red value is 119, green value is 63 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #773fea hue: 0.72 , saturation: 0.80 and the lightness value of 773fea is 0.58.

The process color (four color CMYK) of #773fea color hex is 0.49, 0.73, 0.00, 0.08. Web safe color of #773fea is #6633ff. Color #773fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111111 11101010
Octal 167 77 352
Decimal 119 63 234
Hex 77 3F EA

RGB Percentages of Color #773fea

%28.61
%15.14
%56.25

CMYK Percentages of Color #773fea

%49
%73
%0
%8

Triadic Colors of #773fea

#773fea #ea773f #3fea77

Analogous Colors of #773fea

#773fea #cd3fea #3f5dea

Monochromatic Colors of #773fea

#773fea

Complementary Color

#773fea #b2ea3f

#773fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#773fea Color CSS Codes

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

#773fea Text Font Color

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

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


#773fea Background Color

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

This div background color is #773fea


#773fea Border Color

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

This div border color is #773fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773fea


Comments

No comments written yet.

Please login to write comment.