Color Hex Logo

#843090 Color Hex

#843090
(132,48,144)
0 Favorites   0 Comments

Color spaces of #843090

RGB 13248144
HSL0.810.500.38
HSV293°67°56°
CMYK 0.080.670.00   0.44
XYZ15.60679.033127.3065
Yxy9.03310.30040.1739
Hunter Lab30.055140.0931-32.8292
CIE-Lab36.047949.4517-36.3864

#843090 color RGB value is (132,48,144).

#843090 hex color red value is 132, green value is 48 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #843090 hue: 0.81 , saturation: 0.50 and the lightness value of 843090 is 0.38.

The process color (four color CMYK) of #843090 color hex is 0.08, 0.67, 0.00, 0.44. Web safe color of #843090 is #993399. Color #843090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110000 10010000
Octal 204 60 220
Decimal 132 48 144
Hex 84 30 90

RGB Percentages of Color #843090

%40.74
%14.81
%44.44

CMYK Percentages of Color #843090

%8
%67
%0
%44

Triadic Colors of #843090

#843090 #908430 #309084

Analogous Colors of #843090

#843090 #90306c #543090

Monochromatic Colors of #843090

#843090

Complementary Color

#843090 #3c9030

#843090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843090 Color CSS Codes

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

#843090 Text Font Color

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

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


#843090 Background Color

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

This div background color is #843090


#843090 Border Color

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

This div border color is #843090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843090


Comments

No comments written yet.

Please login to write comment.