Color Hex Logo

#840898 Color Hex

#840898
(132,8,152)
0 Favorites   0 Comments

Color spaces of #840898

RGB 1328152
HSL0.810.900.31
HSV292°95°60°
CMYK 0.130.950.00   0.40
XYZ15.27007.346230.3189
Yxy7.34620.28850.1388
Hunter Lab27.103953.1330-47.3502
CIE-Lab32.582462.4061-46.8386

#840898 color RGB value is (132,8,152).

#840898 hex color red value is 132, green value is 8 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #840898 hue: 0.81 , saturation: 0.90 and the lightness value of 840898 is 0.31.

The process color (four color CMYK) of #840898 color hex is 0.13, 0.95, 0.00, 0.40. Web safe color of #840898 is #990099. Color #840898 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00001000 10011000
Octal 204 10 230
Decimal 132 8 152
Hex 84 8 98

RGB Percentages of Color #840898

%45.21
%2.74
%52.05

CMYK Percentages of Color #840898

%13
%95
%0
%40

Triadic Colors of #840898

#840898 #988408 #089884

Analogous Colors of #840898

#840898 #980864 #3c0898

Monochromatic Colors of #840898

#840898

Complementary Color

#840898 #1c9808

#840898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#840898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#840898 Color CSS Codes

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

#840898 Text Font Color

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

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


#840898 Background Color

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

This div background color is #840898


#840898 Border Color

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

This div border color is #840898


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,8,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 #840898">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #840898


Comments

No comments written yet.

Please login to write comment.