Color Hex Logo

#77308a Color Hex

#77308A
(119,48,138)
0 Favorites   0 Comments

Color spaces of #77308a

RGB 11948138
HSL0.800.480.36
HSV287°65°54°
CMYK 0.140.650.00   0.46
XYZ13.25217.870824.8655
Yxy7.87080.28820.1711
Hunter Lab28.054935.2205-32.9111
CIE-Lab33.712344.9925-36.5372

#77308a color RGB value is (119,48,138).

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

The process color (four color CMYK) of #77308a color hex is 0.14, 0.65, 0.00, 0.46. Web safe color of #77308a is #663399. Color #77308a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110000 10001010
Octal 167 60 212
Decimal 119 48 138
Hex 77 30 8A

RGB Percentages of Color #77308a

%39.02
%15.74
%45.25

CMYK Percentages of Color #77308a

%14
%65
%0
%46

Triadic Colors of #77308a

#77308a #8a7730 #308a77

Analogous Colors of #77308a

#77308a #8a3070 #4a308a

Monochromatic Colors of #77308a

#77308a

Complementary Color

#77308a #438a30

#77308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77308a Color CSS Codes

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

#77308a Text Font Color

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

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


#77308a Background Color

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

This div background color is #77308a


#77308a Border Color

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

This div border color is #77308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77308a


Comments

No comments written yet.

Please login to write comment.