Color Hex Logo

#844cbb Color Hex

#844CBB
(132,76,187)
0 Favorites   0 Comments

Color spaces of #844cbb

RGB 13276187
HSL0.750.450.52
HSV270°59°73°
CMYK 0.290.590.00   0.27
XYZ21.069813.662348.5403
Yxy13.66230.25300.1641
Hunter Lab36.962537.0661-51.9876
CIE-Lab43.744745.0857-49.7758

#844cbb color RGB value is (132,76,187).

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

The process color (four color CMYK) of #844cbb color hex is 0.29, 0.59, 0.00, 0.27. Web safe color of #844cbb is #9933cc. Color #844cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01001100 10111011
Octal 204 114 273
Decimal 132 76 187
Hex 84 4C BB

RGB Percentages of Color #844cbb

%33.42
%19.24
%47.34

CMYK Percentages of Color #844cbb

%29
%59
%0
%27

Triadic Colors of #844cbb

#844cbb #bb844c #4cbb84

Analogous Colors of #844cbb

#844cbb #bb4cbb #4c4cbb

Monochromatic Colors of #844cbb

#844cbb

Complementary Color

#844cbb #83bb4c

#844cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#844cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#844cbb Color CSS Codes

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

#844cbb Text Font Color

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

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


#844cbb Background Color

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

This div background color is #844cbb


#844cbb Border Color

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

This div border color is #844cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #844cbb


Comments

No comments written yet.

Please login to write comment.