Color Hex Logo

#773fcc Color Hex

#773FCC
(119,63,204)
0 Favorites   0 Comments

Color spaces of #773fcc

RGB 11963204
HSL0.730.580.52
HSV264°69°80°
CMYK 0.420.690.00   0.20
XYZ20.284311.836658.3423
Yxy11.83660.22420.1308
Hunter Lab34.404445.0333-76.4599
CIE-Lab40.955253.3010-64.2456

#773fcc color RGB value is (119,63,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00111111 11001100
Octal 167 77 314
Decimal 119 63 204
Hex 77 3F CC

RGB Percentages of Color #773fcc

%30.83
%16.32
%52.85

CMYK Percentages of Color #773fcc

%42
%69
%0
%20

Triadic Colors of #773fcc

#773fcc #cc773f #3fcc77

Analogous Colors of #773fcc

#773fcc #be3fcc #3f4ecc

Monochromatic Colors of #773fcc

#773fcc

Complementary Color

#773fcc #94cc3f

#773fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#773fcc Color CSS Codes

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

#773fcc Text Font Color

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

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


#773fcc Background Color

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

This div background color is #773fcc


#773fcc Border Color

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

This div border color is #773fcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,63,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 #773fcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773fcc


Comments

No comments written yet.

Please login to write comment.