Color Hex Logo

#773dec Color Hex

#773DEC
(119,61,236)
0 Favorites   0 Comments

Color spaces of #773dec

RGB 11961236
HSL0.720.820.58
HSV260°74°93°
CMYK 0.500.740.00   0.07
XYZ24.416813.315680.6401
Yxy13.31560.20630.1125
Hunter Lab36.490555.5807-105.4810
CIE-Lab43.235062.5253-78.8214

#773dec color RGB value is (119,61,236).

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

The process color (four color CMYK) of #773dec color hex is 0.50, 0.74, 0.00, 0.07. Web safe color of #773dec is #6633ff. Color #773dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111101 11101100
Octal 167 75 354
Decimal 119 61 236
Hex 77 3D EC

RGB Percentages of Color #773dec

%28.61
%14.66
%56.73

CMYK Percentages of Color #773dec

%50
%74
%0
%7

Triadic Colors of #773dec

#773dec #ec773d #3dec77

Analogous Colors of #773dec

#773dec #cf3dec #3d5bec

Monochromatic Colors of #773dec

#773dec

Complementary Color

#773dec #b2ec3d

#773dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#773dec Color CSS Codes

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

#773dec Text Font Color

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

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


#773dec Background Color

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

This div background color is #773dec


#773dec Border Color

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

This div border color is #773dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773dec


Comments

No comments written yet.

Please login to write comment.