Color Hex Logo

#773bcc Color Hex

#773BCC
(119,59,204)
0 Favorites   0 Comments

Color spaces of #773bcc

RGB 11959204
HSL0.740.590.52
HSV265°71°80°
CMYK 0.420.710.00   0.20
XYZ20.070811.409558.2711
Yxy11.40950.22360.1271
Hunter Lab33.778046.9530-78.6379
CIE-Lab40.261855.2379-65.3751

#773bcc color RGB value is (119,59,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111011 11001100
Octal 167 73 314
Decimal 119 59 204
Hex 77 3B CC

RGB Percentages of Color #773bcc

%31.15
%15.45
%53.40

CMYK Percentages of Color #773bcc

%42
%71
%0
%20

Triadic Colors of #773bcc

#773bcc #cc773b #3bcc77

Analogous Colors of #773bcc

#773bcc #c03bcc #3b48cc

Monochromatic Colors of #773bcc

#773bcc

Complementary Color

#773bcc #90cc3b

#773bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#773bcc Color CSS Codes

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

#773bcc Text Font Color

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

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


#773bcc Background Color

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

This div background color is #773bcc


#773bcc Border Color

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

This div border color is #773bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773bcc


Comments

No comments written yet.

Please login to write comment.