Color Hex Logo

#844b94 Color Hex

#844B94
(132,75,148)
0 Favorites   0 Comments

Color spaces of #844b94

RGB 13275148
HSL0.800.330.44
HSV287°49°58°
CMYK 0.110.490.00   0.42
XYZ17.377112.075829.4320
Yxy12.07580.29510.2051
Hunter Lab34.750328.4472-25.8910
CIE-Lab41.336336.6414-30.4595

#844b94 color RGB value is (132,75,148).

#844b94 hex color red value is 132, green value is 75 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #844b94 hue: 0.80 , saturation: 0.33 and the lightness value of 844b94 is 0.44.

The process color (four color CMYK) of #844b94 color hex is 0.11, 0.49, 0.00, 0.42. Web safe color of #844b94 is #993399. Color #844b94 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001011 10010100
Octal 204 113 224
Decimal 132 75 148
Hex 84 4B 94

RGB Percentages of Color #844b94

%37.18
%21.13
%41.69

CMYK Percentages of Color #844b94

%11
%49
%0
%42

Triadic Colors of #844b94

#844b94 #94844b #4b9484

Analogous Colors of #844b94

#844b94 #944b80 #604b94

Monochromatic Colors of #844b94

#844b94

Complementary Color

#844b94 #5b944b

#844b94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844b94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#844b94 Color CSS Codes

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

#844b94 Text Font Color

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

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


#844b94 Background Color

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

This div background color is #844b94


#844b94 Border Color

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

This div border color is #844b94


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,75,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #844b94; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #844b94;
  -webkit-box-shadow: 1px 1px 3px 2px #844b94;
  box-shadow:         1px 1px 3px 2px #844b94; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844b94


Comments

No comments written yet.

Please login to write comment.