Color Hex Logo

#940763 Color Hex

#940763
(148,7,99)
0 Favorites   0 Comments

Color spaces of #940763

RGB 148799
HSL0.890.910.30
HSV321°95°58°
CMYK 0.000.950.33   0.42
XYZ14.54097.348712.4564
Yxy7.34870.42340.2140
Hunter Lab27.108548.3069-8.2679
CIE-Lab32.587957.9855-13.3177

#940763 color RGB value is (148,7,99).

#940763 hex color red value is 148, green value is 7 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #940763 hue: 0.89 , saturation: 0.91 and the lightness value of 940763 is 0.30.

The process color (four color CMYK) of #940763 color hex is 0.00, 0.95, 0.33, 0.42. Web safe color of #940763 is #990066. Color #940763 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000111 01100011
Octal 224 7 143
Decimal 148 7 99
Hex 94 7 63

RGB Percentages of Color #940763

%58.27
%2.76
%38.98

CMYK Percentages of Color #940763

%0
%95
%33
%42

Triadic Colors of #940763

#940763 #639407 #076394

Analogous Colors of #940763

#940763 #94071c #7f0794

Monochromatic Colors of #940763

#940763

Complementary Color

#940763 #079438

#940763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#940763 Color CSS Codes

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

#940763 Text Font Color

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

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


#940763 Background Color

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

This div background color is #940763


#940763 Border Color

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

This div border color is #940763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940763


Comments

No comments written yet.

Please login to write comment.