Color Hex Logo

#845bbd Color Hex

#845BBD
(132,91,189)
0 Favorites   0 Comments

Color spaces of #845bbd

RGB 13291189
HSL0.740.430.55
HSV265°52°74°
CMYK 0.300.520.00   0.26
XYZ22.442116.061850.0615
Yxy16.06180.25340.1814
Hunter Lab40.077229.8200-46.0067
CIE-Lab47.055537.2471-45.6472

#845bbd color RGB value is (132,91,189).

#845bbd hex color red value is 132, green value is 91 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #845bbd hue: 0.74 , saturation: 0.43 and the lightness value of 845bbd is 0.55.

The process color (four color CMYK) of #845bbd color hex is 0.30, 0.52, 0.00, 0.26. Web safe color of #845bbd is #9966cc. Color #845bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011011 10111101
Octal 204 133 275
Decimal 132 91 189
Hex 84 5B BD

RGB Percentages of Color #845bbd

%32.04
%22.09
%45.87

CMYK Percentages of Color #845bbd

%30
%52
%0
%26

Triadic Colors of #845bbd

#845bbd #bd845b #5bbd84

Analogous Colors of #845bbd

#845bbd #b55bbd #5b63bd

Monochromatic Colors of #845bbd

#845bbd

Complementary Color

#845bbd #94bd5b

#845bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#845bbd Color CSS Codes

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

#845bbd Text Font Color

<p style="color:#845bbd">Text here</p>

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


#845bbd Background Color

<div style="background-color:#845bbd">
Div content here</div>

This div background color is #845bbd


#845bbd Border Color

<div style="border:3px solid #845bbd">
Div here</div>

This div border color is #845bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845bbd


Comments

No comments written yet.

Please login to write comment.