Color Hex Logo

#773087 Color Hex

#773087
(119,48,135)
0 Favorites   0 Comments

Color spaces of #773087

RGB 11948135
HSL0.800.480.36
HSV289°64°53°
CMYK 0.120.640.00   0.47
XYZ13.03797.785123.7372
Yxy7.78510.29260.1747
Hunter Lab27.901834.5810-30.9092
CIE-Lab33.531344.3686-34.9717

#773087 color RGB value is (119,48,135).

#773087 hex color red value is 119, green value is 48 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #773087 hue: 0.80 , saturation: 0.48 and the lightness value of 773087 is 0.36.

The process color (four color CMYK) of #773087 color hex is 0.12, 0.64, 0.00, 0.47. Web safe color of #773087 is #663399. Color #773087 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110000 10000111
Octal 167 60 207
Decimal 119 48 135
Hex 77 30 87

RGB Percentages of Color #773087

%39.40
%15.89
%44.70

CMYK Percentages of Color #773087

%12
%64
%0
%47

Triadic Colors of #773087

#773087 #877730 #308777

Analogous Colors of #773087

#773087 #87306c #4b3087

Monochromatic Colors of #773087

#773087

Complementary Color

#773087 #408730

#773087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#773087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#773087 Color CSS Codes

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

#773087 Text Font Color

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

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


#773087 Background Color

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

This div background color is #773087


#773087 Border Color

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

This div border color is #773087


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,48,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #773087; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #773087;
  -webkit-box-shadow: 1px 1px 3px 2px #773087;
  box-shadow:         1px 1px 3px 2px #773087; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #773087


Comments

No comments written yet.

Please login to write comment.