Color Hex Logo

#844cbd Color Hex

#844CBD
(132,76,189)
0 Favorites   0 Comments

Color spaces of #844cbd

RGB 13276189
HSL0.750.460.52
HSV270°60°74°
CMYK 0.300.600.00   0.26
XYZ21.285513.748549.6760
Yxy13.74850.25130.1623
Hunter Lab37.079037.5813-53.4776
CIE-Lab43.870145.5743-50.7420

#844cbd color RGB value is (132,76,189).

#844cbd hex color red value is 132, green value is 76 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #844cbd hue: 0.75 , saturation: 0.46 and the lightness value of 844cbd is 0.52.

The process color (four color CMYK) of #844cbd color hex is 0.30, 0.60, 0.00, 0.26. Web safe color of #844cbd is #9933cc. Color #844cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 10111101
Octal 204 114 275
Decimal 132 76 189
Hex 84 4C BD

RGB Percentages of Color #844cbd

%33.25
%19.14
%47.61

CMYK Percentages of Color #844cbd

%30
%60
%0
%26

Triadic Colors of #844cbd

#844cbd #bd844c #4cbd84

Analogous Colors of #844cbd

#844cbd #bd4cbd #4c4dbd

Monochromatic Colors of #844cbd

#844cbd

Complementary Color

#844cbd #85bd4c

#844cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#844cbd Color CSS Codes

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

#844cbd Text Font Color

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

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


#844cbd Background Color

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

This div background color is #844cbd


#844cbd Border Color

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

This div border color is #844cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844cbd


Comments

No comments written yet.

Please login to write comment.