Color Hex Logo

#844aed Color Hex

#844AED
(132,74,237)
0 Favorites   0 Comments

Color spaces of #844aed

RGB 13274237
HSL0.730.820.61
HSV261°69°93°
CMYK 0.440.690.00   0.07
XYZ27.250615.917581.7569
Yxy15.91750.21810.1274
Hunter Lab39.896752.1012-93.5701
CIE-Lab46.866158.7233-73.3925

#844aed color RGB value is (132,74,237).

#844aed hex color red value is 132, green value is 74 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #844aed hue: 0.73 , saturation: 0.82 and the lightness value of 844aed is 0.61.

The process color (four color CMYK) of #844aed color hex is 0.44, 0.69, 0.00, 0.07. Web safe color of #844aed is #9933ff. Color #844aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001010 11101101
Octal 204 112 355
Decimal 132 74 237
Hex 84 4A ED

RGB Percentages of Color #844aed

%29.80
%16.70
%53.50

CMYK Percentages of Color #844aed

%44
%69
%0
%7

Triadic Colors of #844aed

#844aed #ed844a #4aed84

Analogous Colors of #844aed

#844aed #d64aed #4a61ed

Monochromatic Colors of #844aed

#844aed

Complementary Color

#844aed #b3ed4a

#844aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#844aed Color CSS Codes

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

#844aed Text Font Color

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

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


#844aed Background Color

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

This div background color is #844aed


#844aed Border Color

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

This div border color is #844aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844aed


Comments

No comments written yet.

Please login to write comment.