Color Hex Logo

#844bae Color Hex

#844BAE
(132,75,174)
0 Favorites   0 Comments

Color spaces of #844bae

RGB 13275174
HSL0.760.400.49
HSV275°57°68°
CMYK 0.240.570.00   0.32
XYZ19.671812.993741.5156
Yxy12.99370.26520.1752
Hunter Lab36.046834.3309-43.0524
CIE-Lab42.753842.5105-43.7268

#844bae color RGB value is (132,75,174).

#844bae hex color red value is 132, green value is 75 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #844bae hue: 0.76 , saturation: 0.40 and the lightness value of 844bae is 0.49.

The process color (four color CMYK) of #844bae color hex is 0.24, 0.57, 0.00, 0.32. Web safe color of #844bae is #993399. Color #844bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001011 10101110
Octal 204 113 256
Decimal 132 75 174
Hex 84 4B AE

RGB Percentages of Color #844bae

%34.65
%19.69
%45.67

CMYK Percentages of Color #844bae

%24
%57
%0
%32

Triadic Colors of #844bae

#844bae #ae844b #4bae84

Analogous Colors of #844bae

#844bae #ae4ba7 #534bae

Monochromatic Colors of #844bae

#844bae

Complementary Color

#844bae #75ae4b

#844bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#844bae Color CSS Codes

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

#844bae Text Font Color

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

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


#844bae Background Color

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

This div background color is #844bae


#844bae Border Color

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

This div border color is #844bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844bae


Comments

No comments written yet.

Please login to write comment.