Color Hex Logo

#845dbd Color Hex

#845DBD
(132,93,189)
0 Favorites   0 Comments

Color spaces of #845dbd

RGB 13293189
HSL0.730.420.55
HSV264°51°74°
CMYK 0.300.510.00   0.26
XYZ22.615416.408450.1193
Yxy16.40840.25370.1841
Hunter Lab40.507328.7696-45.0039
CIE-Lab47.505836.0994-44.9301

#845dbd color RGB value is (132,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 01011101 10111101
Octal 204 135 275
Decimal 132 93 189
Hex 84 5D BD

RGB Percentages of Color #845dbd

%31.88
%22.46
%45.65

CMYK Percentages of Color #845dbd

%30
%51
%0
%26

Triadic Colors of #845dbd

#845dbd #bd845d #5dbd84

Analogous Colors of #845dbd

#845dbd #b45dbd #5d66bd

Monochromatic Colors of #845dbd

#845dbd

Complementary Color

#845dbd #96bd5d

#845dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#845dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#845dbd Color CSS Codes

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

#845dbd Text Font Color

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

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


#845dbd Background Color

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

This div background color is #845dbd


#845dbd Border Color

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

This div border color is #845dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #845dbd


Comments

No comments written yet.

Please login to write comment.