Color Hex Logo

#843098 Color Hex

#843098
(132,48,152)
0 Favorites   0 Comments

Color spaces of #843098

RGB 13248152
HSL0.800.520.39
HSV288°68°60°
CMYK 0.130.680.00   0.40
XYZ16.24029.286430.6423
Yxy9.28640.28910.1653
Hunter Lab30.473641.7987-38.2867
CIE-Lab36.530051.0296-40.4952

#843098 color RGB value is (132,48,152).

#843098 hex color red value is 132, green value is 48 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #843098 hue: 0.80 , saturation: 0.52 and the lightness value of 843098 is 0.39.

The process color (four color CMYK) of #843098 color hex is 0.13, 0.68, 0.00, 0.40. Web safe color of #843098 is #993399. Color #843098 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00110000 10011000
Octal 204 60 230
Decimal 132 48 152
Hex 84 30 98

RGB Percentages of Color #843098

%39.76
%14.46
%45.78

CMYK Percentages of Color #843098

%13
%68
%0
%40

Triadic Colors of #843098

#843098 #988430 #309884

Analogous Colors of #843098

#843098 #983078 #503098

Monochromatic Colors of #843098

#843098

Complementary Color

#843098 #449830

#843098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#843098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#843098 Color CSS Codes

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

#843098 Text Font Color

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

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


#843098 Background Color

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

This div background color is #843098


#843098 Border Color

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

This div border color is #843098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #843098


Comments

No comments written yet.

Please login to write comment.