Color Hex Logo

#773bce Color Hex

#773BCE
(119,59,206)
0 Favorites   0 Comments

Color spaces of #773bce

RGB 11959206
HSL0.730.600.52
HSV264°71°81°
CMYK 0.420.710.00   0.19
XYZ20.312311.506159.5428
Yxy11.50610.22230.1259
Hunter Lab33.920647.5279-80.3306
CIE-Lab40.420155.7449-66.2749

#773bce color RGB value is (119,59,206).

#773bce hex color red value is 119, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #773bce hue: 0.73 , saturation: 0.60 and the lightness value of 773bce is 0.52.

The process color (four color CMYK) of #773bce color hex is 0.42, 0.71, 0.00, 0.19. Web safe color of #773bce is #6633cc. Color #773bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111011 11001110
Octal 167 73 316
Decimal 119 59 206
Hex 77 3B CE

RGB Percentages of Color #773bce

%30.99
%15.36
%53.65

CMYK Percentages of Color #773bce

%42
%71
%0
%19

Triadic Colors of #773bce

#773bce #ce773b #3bce77

Analogous Colors of #773bce

#773bce #c13bce #3b49ce

Monochromatic Colors of #773bce

#773bce

Complementary Color

#773bce #92ce3b

#773bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#773bce Color CSS Codes

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

#773bce Text Font Color

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

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


#773bce Background Color

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

This div background color is #773bce


#773bce Border Color

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

This div border color is #773bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773bce


Comments

No comments written yet.

Please login to write comment.