Color Hex Logo

#840093 Color Hex

#840093
(132,0,147)
0 Favorites   0 Comments

Color spaces of #840093

RGB 1320147
HSL0.821.000.29
HSV294°100°58°
CMYK 0.101.000.00   0.42
XYZ14.78227.012128.1781
Yxy7.01210.29580.1403
Hunter Lab26.480453.3038-44.5550
CIE-Lab31.834462.7043-44.9790

#840093 color RGB value is (132,0,147).

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

The process color (four color CMYK) of #840093 color hex is 0.10, 1.00, 0.00, 0.42. Web safe color of #840093 is #990099. Color #840093 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00000000 10010011
Octal 204 0 223
Decimal 132 0 147
Hex 84 0 93

RGB Percentages of Color #840093

%47.31
%0.00
%52.69

CMYK Percentages of Color #840093

%10
%100
%0
%42

Triadic Colors of #840093

#840093 #938400 #009384

Analogous Colors of #840093

#840093 #930058 #3b0093

Monochromatic Colors of #840093

#840093

Complementary Color

#840093 #0f9300

#840093 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840093 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840093 Color CSS Codes

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

#840093 Text Font Color

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

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


#840093 Background Color

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

This div background color is #840093


#840093 Border Color

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

This div border color is #840093


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840093


Comments

No comments written yet.

Please login to write comment.