Color Hex Logo

#844daf Color Hex

#844DAF
(132,77,175)
0 Favorites   0 Comments

Color spaces of #844daf

RGB 13277175
HSL0.760.390.49
HSV274°56°69°
CMYK 0.250.560.00   0.31
XYZ19.907513.308442.0770
Yxy13.30840.26440.1768
Hunter Lab36.480733.5662-42.8489
CIE-Lab43.224341.6588-43.5663

#844daf color RGB value is (132,77,175).

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

The process color (four color CMYK) of #844daf color hex is 0.25, 0.56, 0.00, 0.31. Web safe color of #844daf is #996699. Color #844daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001101 10101111
Octal 204 115 257
Decimal 132 77 175
Hex 84 4D AF

RGB Percentages of Color #844daf

%34.38
%20.05
%45.57

CMYK Percentages of Color #844daf

%25
%56
%0
%31

Triadic Colors of #844daf

#844daf #af844d #4daf84

Analogous Colors of #844daf

#844daf #af4da9 #534daf

Monochromatic Colors of #844daf

#844daf

Complementary Color

#844daf #78af4d

#844daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#844daf Color CSS Codes

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

#844daf Text Font Color

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

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


#844daf Background Color

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

This div background color is #844daf


#844daf Border Color

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

This div border color is #844daf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,77,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 #844daf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844daf


Comments

No comments written yet.

Please login to write comment.