Color Hex Logo

#844398 Color Hex

#844398
(132,67,152)
0 Favorites   0 Comments

Color spaces of #844398

RGB 13267152
HSL0.790.390.43
HSV286°56°60°
CMYK 0.130.560.00   0.40
XYZ17.190411.186830.9590
Yxy11.18680.28970.1885
Hunter Lab33.446733.2110-31.4675
CIE-Lab39.893341.8413-35.1463

#844398 color RGB value is (132,67,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000011 10011000
Octal 204 103 230
Decimal 132 67 152
Hex 84 43 98

RGB Percentages of Color #844398

%37.61
%19.09
%43.30

CMYK Percentages of Color #844398

%13
%56
%0
%40

Triadic Colors of #844398

#844398 #988443 #439884

Analogous Colors of #844398

#844398 #984382 #5a4398

Monochromatic Colors of #844398

#844398

Complementary Color

#844398 #579843

#844398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844398 Color CSS Codes

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

#844398 Text Font Color

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

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


#844398 Background Color

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

This div background color is #844398


#844398 Border Color

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

This div border color is #844398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844398


Comments

No comments written yet.

Please login to write comment.