Color Hex Logo

#940077 Color Hex

#940077
(148,0,119)
0 Favorites   0 Comments

Color spaces of #940077

RGB 1480119
HSL0.871.000.29
HSV312°100°58°
CMYK 0.001.000.20   0.42
XYZ15.54257.627818.1059
Yxy7.62780.37650.1848
Hunter Lab27.618552.1199-19.5359
CIE-Lab33.195461.3712-25.1611

#940077 color RGB value is (148,0,119).

#940077 hex color red value is 148, green value is 0 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #940077 hue: 0.87 , saturation: 1.00 and the lightness value of 940077 is 0.29.

The process color (four color CMYK) of #940077 color hex is 0.00, 1.00, 0.20, 0.42. Web safe color of #940077 is #990066. Color #940077 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000000 01110111
Octal 224 0 167
Decimal 148 0 119
Hex 94 0 77

RGB Percentages of Color #940077

%55.43
%0.00
%44.57

CMYK Percentages of Color #940077

%0
%100
%20
%42

Triadic Colors of #940077

#940077 #779400 #007794

Analogous Colors of #940077

#940077 #94002d #670094

Monochromatic Colors of #940077

#940077

Complementary Color

#940077 #00941d

#940077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#940077 Color CSS Codes

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

#940077 Text Font Color

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

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


#940077 Background Color

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

This div background color is #940077


#940077 Border Color

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

This div border color is #940077


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940077

#940077 Color Palettes


Comments

No comments written yet.

Please login to write comment.