Color Hex Logo

#940083 Color Hex

#940083
(148,0,131)
0 Favorites   0 Comments

Color spaces of #940083

RGB 1480131
HSL0.851.000.29
HSV307°100°58°
CMYK 0.001.000.11   0.42
XYZ16.30957.934622.1447
Yxy7.93460.35160.1710
Hunter Lab28.168454.0567-26.8931
CIE-Lab33.846362.9912-31.6741

#940083 color RGB value is (148,0,131).

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

The process color (four color CMYK) of #940083 color hex is 0.00, 1.00, 0.11, 0.42. Web safe color of #940083 is #990099. Color #940083 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000000 10000011
Octal 224 0 203
Decimal 148 0 131
Hex 94 0 83

RGB Percentages of Color #940083

%53.05
%0.00
%46.95

CMYK Percentages of Color #940083

%0
%100
%11
%42

Triadic Colors of #940083

#940083 #839400 #008394

Analogous Colors of #940083

#940083 #940039 #5b0094

Monochromatic Colors of #940083

#940083

Complementary Color

#940083 #009411

#940083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#940083 Color CSS Codes

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

#940083 Text Font Color

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

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


#940083 Background Color

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

This div background color is #940083


#940083 Border Color

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

This div border color is #940083


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940083


Comments

No comments written yet.

Please login to write comment.