Color Hex Logo

#844aaf Color Hex

#844AAF
(132,74,175)
0 Favorites   0 Comments

Color spaces of #844aaf

RGB 13274175
HSL0.760.410.49
HSV274°58°69°
CMYK 0.250.580.00   0.31
XYZ19.702412.898242.0086
Yxy12.89820.26410.1729
Hunter Lab35.914135.0752-44.2115
CIE-Lab42.609543.2857-44.5474

#844aaf color RGB value is (132,74,175).

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

The process color (four color CMYK) of #844aaf color hex is 0.25, 0.58, 0.00, 0.31. Web safe color of #844aaf is #993399. Color #844aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001010 10101111
Octal 204 112 257
Decimal 132 74 175
Hex 84 4A AF

RGB Percentages of Color #844aaf

%34.65
%19.42
%45.93

CMYK Percentages of Color #844aaf

%25
%58
%0
%31

Triadic Colors of #844aaf

#844aaf #af844a #4aaf84

Analogous Colors of #844aaf

#844aaf #af4aa8 #524aaf

Monochromatic Colors of #844aaf

#844aaf

Complementary Color

#844aaf #75af4a

#844aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#844aaf Color CSS Codes

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

#844aaf Text Font Color

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

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


#844aaf Background Color

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

This div background color is #844aaf


#844aaf Border Color

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

This div border color is #844aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844aaf


Comments

No comments written yet.

Please login to write comment.