Color Hex Logo

#844380 Color Hex

#844380
(132,67,128)
0 Favorites   0 Comments

Color spaces of #844380

RGB 13267128
HSL0.840.330.39
HSV304°49°52°
CMYK 0.000.490.03   0.48
XYZ15.419210.478421.6319
Yxy10.47840.32440.2205
Hunter Lab32.370428.3780-16.9620
CIE-Lab38.687736.9726-22.4119

#844380 color RGB value is (132,67,128).

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

The process color (four color CMYK) of #844380 color hex is 0.00, 0.49, 0.03, 0.48. Web safe color of #844380 is #993399. Color #844380 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01000011 10000000
Octal 204 103 200
Decimal 132 67 128
Hex 84 43 80

RGB Percentages of Color #844380

%40.37
%20.49
%39.14

CMYK Percentages of Color #844380

%0
%49
%3
%48

Triadic Colors of #844380

#844380 #808443 #438084

Analogous Colors of #844380

#844380 #844360 #684384

Monochromatic Colors of #844380

#844380

Complementary Color

#844380 #438447

#844380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844380 Color CSS Codes

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

#844380 Text Font Color

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

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


#844380 Background Color

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

This div background color is #844380


#844380 Border Color

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

This div border color is #844380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844380


Comments

No comments written yet.

Please login to write comment.